Flutterwave · Arazzo Workflow
Flutterwave Cross-Border Rate-Locked Transfer
Version 1.0.0
Lock an FX rate, create a sender and recipient, then send a transfer at the locked rate and verify it.
View Spec
View on GitHub
PaymentsPayoutsMobile MoneyCardsAfricaFintechRemittanceVirtual AccountsChargebacksMulti-CurrencyArazzoWorkflows
Provider
Workflows
cross-border-rate-locked-transfer
Lock an FX rate, set up sender and recipient, and send a rate-locked transfer.
Creates an FX conversion rate, creates the sender and recipient, initiates a transfer referencing the rate id, then branches on the transfer status.
1
lockRate
createTransferRate
Request a real-time FX conversion rate to lock pricing for the transfer.
2
createSender
createTransferSender
Create the cross-border sender (originator) of the payout.
3
createRecipient
createTransferRecipient
Create the recipient (destination) of the payout.
4
sendTransfer
createTransfer
Initiate the transfer referencing the locked rate, sender, and recipient.
5
verifyTransfer
getTransfer
Retrieve the transfer to confirm its final status.