Fintecture · Arazzo Workflow
Fintecture Create Payment and Poll Status
Version 1.0.0
Open a payment session and poll its status until it settles, branching on the outcome.
View Spec
View on GitHub
Open BankingPaymentsPSD2FranceAccount InformationPayment InitiationInstant PaymentsSEPASmart TransferRequest To PayBuy Now Pay LaterE-MandatesAccount-to-AccountKYCArazzoWorkflows
Provider
Workflows
payment-status-poll
Create a payment session, then poll until the payment reaches a terminal status.
Creates an Immediate Transfer payment session, then polls the payment resource. Branches to success on payment_completed and to failure on payment_rejected, payment_cancelled, or payment_failed; otherwise loops.
1
createPayment
createPisV2Connect
Create an Immediate Transfer payment session to obtain a payment id and connect URL.
2
pollPayment
getPaymentSession
Read the payment back and decide whether it has reached a terminal state. A completed payment ends the workflow; a rejected, cancelled, or failed payment routes to failure; anything else loops back to poll again.
3
reportFailure
getPaymentSession
Terminal failure handling — read the payment one final time so the failing status and attributes are captured in the workflow outputs.