Flutterwave · Arazzo Workflow
Flutterwave Create Recipient Transfer And Verify
Version 1.0.0
Create a transfer recipient, send a payout to it, then verify the transfer reached a final status.
View Spec
View on GitHub
PaymentsPayoutsMobile MoneyCardsAfricaFintechRemittanceVirtual AccountsChargebacksMulti-CurrencyArazzoWorkflows
Provider
Workflows
create-recipient-transfer-verify
Create a recipient, send a transfer to it, and verify the payout status.
Creates the recipient that will receive the payout, initiates a transfer to that recipient id, then retrieves the transfer and branches on whether it succeeded, failed, or is still processing.
1
createRecipient
createTransferRecipient
Create the transfer recipient that will receive the payout.
2
createTransfer
createTransfer
Initiate a transfer to the created recipient.
3
verifyTransfer
getTransfer
Retrieve the transfer to confirm its final status.