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
Read the provider to confirm it supports the decoupled authentication model.
2
startAuthorization
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
Poll the decoupled authentication status. COMPLETED proceeds to list accounts, FAILED routes to the failure step, and PENDING loops back.
4
listAccounts
List the accounts linked to the connection now that the PSU has authenticated.
5
reportFailure
Terminal failure handling — re-read the decoupled status so the failing state is captured in the workflow outputs.
Source API Descriptions
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.