Create a transferAsk AIpost https://api.flutterwave.com/v3/transfersThis will show you how to initiate a transferBody Paramsaccount_bankstringrequiredDefaults to 044The recipient's bank code. You can query all available banks and their corresponding codes from the get banks endpoint.account_numberstringrequiredDefaults to 0690000040This is the recipient account number.amountint32requiredDefaults to 5500This is the amount to transfer to the recipient.currencystringrequiredDefaults to NGNThe currency of the transfer. Learn more about supported currencies here.debit_subaccountstringDefaults to PSA******07974The id of a payout subaccount wallet. This is required if you choose to use the PSA as the source of funds for your transfer.beneficiaryint32Defaults to 3768The beneficiary's id. This allows you to make a transfer to an existing beneficiary.beneficiary_namestringDefaults to Yemi DesolaThe full name of a transfer beneficiary.referencestringDefaults to newFLWXTransfer123This is a merchant's unique reference for the transfer, it can be used to query for the status of the transfer.debit_currencystringDefaults to USDPass this to set a different currency balance as the source of transfer funds. if unspecified, your default balance is debited for the transfer.destination_branch_codestringDefaults to GH280103A code used to identify different bank branches. This is required for Bank transfers to Benin, Cameroon, Chad, Côte d’Ivoire, DR Congo, Gabon, Ghana, Malawi, Rwanda, Senegal, Sierra Leone, Tanzania, and Uganda.callback_urlstringDefaults to https://webhook.site/5f9a659a-11a2-4925-89cf-8a59ea6a019aThe URL for transfer response callbacks.narrationstringDefaults to Payment for goods purchasedThis is the narration for the transfer e.g. payments for x services provided.metaobjectAdd custom payment details to your transfer.meta objectHeadersAuthorizationstringrequiredDefaults to Bearer FLWSECK_TEST-SANDBOXDEMOKEY-XPass your secret key as a bearer token in the request header to authorize this callResponses 200200 400400Updated 10 months ago