Fintecture · Arazzo Workflow
Fintecture Decoupled Authentication then List Accounts
Version 1.0.0
Authenticate a PSU with the decoupled (mobile-app) model, poll until approved, then list accounts.
View Spec
View on GitHub
Open BankingPaymentsPSD2FranceAccount InformationPayment InitiationInstant PaymentsSEPASmart TransferRequest To PayBuy Now Pay LaterE-MandatesAccount-to-AccountKYCArazzoWorkflows
Provider
Workflows
decoupled-auth-accounts
Run decoupled PSU authentication, poll to completion, then enumerate accounts.
Confirms the provider, starts decoupled authorization, polls the decoupled status until COMPLETED or FAILED, and lists the connection's accounts on success.
1
getProvider
getResV1Provider
Read the provider to confirm it supports the decoupled authentication model.
2
startAuthorization
getAisV1ProviderAuthorization
Trigger provider authorization, which initiates a decoupled authentication request on the PSU's bank mobile app and returns a session id to poll.
3
pollDecoupled
getAisV1ProviderAuthorizationDecoupled
Poll the decoupled authentication status. COMPLETED proceeds to list accounts, FAILED routes to the failure step, and PENDING loops back.
4
listAccounts
getAisV1CustomerAccounts
List the accounts linked to the connection now that the PSU has authenticated.
5
reportFailure
getAisV1ProviderAuthorizationDecoupled
Terminal failure handling — re-read the decoupled status so the failing state is captured in the workflow outputs.
Source API Descriptions
openapi