Flutterwave · Arazzo Workflow
Flutterwave Settlement Reconciliation Refund
Version 1.0.0
Retrieve a settlement, confirm a charge within it succeeded, then refund the charge and verify the refund.
View Spec
View on GitHub
PaymentsPayoutsMobile MoneyCardsAfricaFintechRemittanceVirtual AccountsChargebacksMulti-CurrencyArazzoWorkflows
Provider
Workflows
settlement-reconciliation-refund
Inspect a settlement, verify a settled charge, and refund it with verification.
Retrieves the settlement, verifies the target charge succeeded, creates a refund against it, then branches on the verified refund status.
1
getSettlement
getSettlement
Retrieve the settlement record being reconciled.
2
verifyCharge
getCharge
Retrieve the charge and confirm it succeeded before refunding.
3
createRefund
createRefund
Issue a refund against the verified charge.
4
verifyRefund
getRefund
Retrieve the refund to confirm its final status.
Source API Descriptions
openapi