Bank Transfer - Other African Countries

Send money directly to bank accounts in other African countries we currently support

POST {{BASE_URL}}/partner/payout/initiate_transfer/

ParameterTypeDescriptionRequired

payout_step

string

Some payouts might involve multiple steps but this is a single step, you can set the default value as direct

true

receiver_currency

string

The currency of the person you're sending the money to

true

receiver_amount

string

The amount you're sending to the person. Kindly make use of the conversion endpoint to get this value if the receiver will be taking another currency apart from the sender's currency

true

transfer_method

string

The mode of transfer, and the value will be bank

true

transfer_receiver_type

string

Type of account you're sending the money to. It could either be personal or company

true

receiver_account_num

string

Account number of the receiver

true

receiver_country_code

string

ISO 3166-1 alpha-2 code

true

receiver_account_name

string

The account name of the receiver.

true

receiver_sort_code

string

The bank sort code. This can be fetched using the List Banks endpoint

true

sender_amount

string

The amount you are sending to the second body

true

sender_currency

string

The currency you prefer to send money from

true

transfer_ext_ref

string

Your preferred unique reference

false

transfer_note

string

Any additional note

false

{
     'Authorization': 'Bearer xhscIjHgpm2ZiPjzKos4ivl4GhyZp5',
      'Content-Type': 'application/json',
      'moni-signature': 'wed332eeddrdbdbdbdbvdvdvdvvsbsvsd'
 }

Last updated