We recommend checking out the introductory section to
understand the basics of making transfers first.
| Currency | Supported Countries |
|---|---|
| EUR | SEPA countries |
| GBP | UK |
| GHS | Ghana |
| KES | Kenya |
| NGN | Nigeria |
| SLL | Sierra Leone |
| TZS | Tanzania |
| UGX | Uganda |
| USD | Nigeria (domicilliary account). USD |
| XAF | Cameroon, Chad, DR Congo, Gabon |
| XOF | Benin, Côte d’Ivoire, Senegal |
| ZAR | South Africa |
Initiating Bank Transfers
When making a bank transfer, you need to follow these steps:- Collect the required details: In most cases, only the recipient’s details are necessary. However, you’ll also need the customer’s details for certain transfers.
- Get the required bank codes: Make a request to our banks endpoints to get the appropriate bank codes for the transfer.
Transfers to Benin, Cameroon, Chad, Côte d’Ivoire, DR Congo, Gabon, Ghana,
Malawi, Rwanda, Senegal, Sierra Leone, Tanzania, and Uganda all require
destination_branch_code. You can get the bank_branch_code using the
bank branches endpoint.- Send the details to the initiate transfer endpoint. See example requests in the next section.
Tanzania Bank Transfer
Prerequisites
- Complete your KYC and ensure that your account is approved for transactions.
- Request this feature on your account via email or our support form.
- Whitelist your server IP address to prevent security errors.
- Fund your TZS balance. You can do this by:
- Directly funding via collections, this funding method is limited to a max value equivalent to $1,000.
- Indirect funding via FX conversion from a different currency balance, i.e. wallet-to-wallet transfers.
Basic terminology
- Sending: This is initiating the transfer. Some of their details are required to complete the payouts.
- Beneficiary: This is the individual receiving the transfer.
Payout Flow
Like most transfers on Flutterwave, TZS bank transfers are easy to execute. Simply follow these steps to make these transfers:- Collect the sender and beneficiary’s information. Some important information to collect includes the account information, sender’s name, and address.
Sample Request
- Fetch the beneficiary’s bank code using the bank and banks branches endpoints.
- Send your payment request with all the needed transfer information to the transfers endpoint to create the payout.
200 OK
-
Verify your transfer status; there are many ways to do this:
- You can get the transfer status using the transfer status endpoint.
- If you have
webhooksenabled on your dashboard, check the transfer webhooks to confirm it’s status. - For transfers with
callback_id, we’ll send the transfer details with their status using the specified URL.
Ethiopian Bank Transfer
Send funds to Ethiopian bank accounts.Prerequisites
- Complete your KYC and ensure that your account is approved for transactions.
- Whitelist your server IP addresses to prevent security errors.
- Ensure your balance has sufficient funds. If needed, fund it using an alternate balance; see the list of supported currencies for ETB transfers.
Payout Flow
Here are the steps to send money to Ethiopian bank accounts.- Collect the beneficiary’s details name, bank, and account number. You also need to specify additional information. See the expected data requirements below:
cURL
-
Fetch the beneficiary’s bank code. Send this as the
account_bankin your request. -
Include the
debit_currencyparameter in your request to debit from a different currency balance. - Initiate your transfer using the required data and the transfer endpoint.
200 OK
-
Verify your transfer status, there are many ways to do this:
- You can get the transfer status using the transfer status endpoint.
- If you have webhooks enabled on your dashboard, check the transfer webhooks to confirm its status.
- For transfers with
callback_id, we’ll send the transfer details with its status using the specified URL.
Sample Response (Polling)
Examples
Here are some examples to help you with implementation.Transfer to NGN Accounts
NGN_SAMPLE
Transfers to USD Accounts
These examples demonstrate transfers to USD and USD-domiciliary accounts (First Bank, FCMB, Polaris Bank, UBA, Wema Bank, and Zenith Bank).Transfers to EUR and GBP Accounts
Transfer to African Bank Accounts
Transfer Response
Depending on the type of transfer you initiate, you will receive a response similar to any of these: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. See Transfers: Overview for details.