← Payment Reference GuidesOpen Banking Reference

Open Banking & PSD2 Flows

How regulated third parties access bank accounts and initiate payments on a customer's behalf — the PSD2 roles, the consent and SCA flows, the FAPI security profile, and the regional API standards (UK Open Banking, Berlin Group, STET) that implement them.

Consent, authorisation & the three SCA models

Every AIS or PIS journey is gated by an explicit consent and a Strong Customer Authentication step performed by the ASPSP. PSD2 defines three approaches to where that authentication happens:

A

Redirect (decoupled redirect)

The TPP redirects the PSU to the bank's own web/app authentication, the PSU completes SCA, then is redirected back with an authorisation code. This is the most common model and maps directly onto the OAuth2 / OIDC authorization-code grant.

  1. PISP creates a payment-consent resource at the ASPSP.
  2. PISP redirects the PSU to the ASPSP authorization endpoint.
  3. ASPSP authenticates the PSU (SCA: e.g. banking-app approval + biometric).
  4. ASPSP redirects back to the TPP with an authorization code.
  5. PISP exchanges the code for an access token, then submits the payment.
  6. ASPSP returns a payment status (e.g. ACSC / RCVD).
B

Decoupled

SCA happens entirely in a separate channel (typically the bank's mobile app). The TPP starts the flow with an identifier and then polls for completion — the PSU never leaves the TPP's interface. Comparable to 3DS decoupled authentication.

C

Embedded

The PSU enters credentials and SCA challenge data directly into the TPP, which relays them to the ASPSP. Used by some Berlin Group implementations; discouraged in the UK model because the TPP touches credentials.

Payment status codes (ISO 20022 style)

CodeMeaning
RCVDReceived — payment initiation accepted by the ASPSP
PDNGPending — awaiting SCA or processing
ACTCAcceptedTechnicalValidation
ACSCAcceptedSettlementCompleted — funds moved
ACSPAcceptedSettlementInProcess
RJCTRejected