Documentation Index
Fetch the complete documentation index at: https://flutterwaveinc.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
We recommend checking out the introductory
section to understand the basics of making
transfers first.
Making a Wallet-to-Wallet Transfer
Wallet-to-wallet transfers work the same as regular bank account transfers. They make use of the create transfer endpoint, with the key difference being thataccount_bank is always "flutterwave", while account_number is the merchant’s ID.
The merchant ID is displayed on the merchant dashboard below the business
name at the top left.

200 OK
data.status of the transfer is "NEW". Remember to set up a webhook or call the get transfer endpoint to find out when the transfer is completed. Learn more about our webhooks here.
Intra-wallet Transfers
The wallet-to-wallet transfer is an excellent way to fund your main balance from a different currency balance and vice-versa. To make an intra-wallet transfer:- Set your merchant ID to
account_number. - Specify the
currency(destination_wallet) and thedebit_currency(source_wallet).