Fintecture · Arazzo Workflow
Fintecture Connect, List Accounts, and Pull Transactions
Version 1.0.0
Open an AIS connect session, list the linked accounts, then pull one account's transactions.
View Spec
View on GitHub
Open BankingPaymentsPSD2FranceAccount InformationPayment InitiationInstant PaymentsSEPASmart TransferRequest To PayBuy Now Pay LaterE-MandatesAccount-to-AccountKYCArazzoWorkflows
Provider
Workflows
connect-accounts-transactions
Establish an AIS connection, then enumerate accounts and transactions.
Creates an AIS connect session, lists the accounts on the resulting connection, and pulls transactions for the first account between two dates.
1
openConnect
getAisV2Connect
Open an AIS connect session so the PSU can create a connection enabling account access.
2
listAccounts
getAisV1CustomerAccounts
List all accounts linked to the established connection.
3
getTransactions
getAisV1CustomerAccountTransactions
Retrieve the transactions for the first linked account within the requested date range.