Tink · Arazzo Workflow
Tink Refund An Executed Payment And Poll The Refund
Version 1.0.0
Confirm a payment is executed, initiate a refund, then poll the refund until it reaches a terminal status.
View Spec
View on GitHub
Open BankingPSD2Payment InitiationAccount AggregationRisk DecisioningPay by BankFinanceBankingEuropeVisaArazzoWorkflows
Provider
Workflows
refund-payment-and-poll
Verify a payment is executed, refund it, and poll the refund to a terminal status.
Fetches the payment, refunds it only when it is EXECUTED, and re-checks the refund until it is EXECUTED, REJECTED, or FAILED.
1
getPayment
getPayment
Fetch the payment and branch on its status: only an EXECUTED payment can be refunded.
2
refundPayment
refundPayment
Initiate a full or partial refund against the executed payment.
3
pollRefund
getRefund
Retrieve the refund status. If still pending, loop back and check again; otherwise finish.