Fintecture · Arazzo Workflow
Fintecture Sandbox Test Payment
Version 1.0.0
Pick a sandbox test account, open a payment session against its bank, then poll for completion.
View Spec
View on GitHub
Open BankingPaymentsPSD2FranceAccount InformationPayment InitiationInstant PaymentsSEPASmart TransferRequest To PayBuy Now Pay LaterE-MandatesAccount-to-AccountKYCArazzoWorkflows
Provider
Workflows
sandbox-test-payment
Select a sandbox test account, create a payment, and poll to a terminal status.
Reads sandbox test accounts, creates an Immediate Transfer payment session, and polls the payment until completed or failed.
1
listTestAccounts
getResV1TestAccounts
Retrieve the sandbox test accounts to obtain a known IBAN and its provider.
2
createPayment
createPisV2Connect
Create an Immediate Transfer payment session using the sandbox test account holder.
3
pollPayment
getPaymentSession
Poll the payment until it reaches a terminal state. Completed ends the workflow; rejected, cancelled, or failed routes to the failure step; otherwise loops.
4
reportFailure
getPaymentSession
Terminal failure handling — re-read the payment so the failing status is captured.
Source API Descriptions
openapi