Mobile Money Transfer
Make mobile money transfer
POST {{BASE_URL}}/partner/payout/initiate_transfer/
payout_step
string
Some payouts might involve multiple steps but since this is just a step we use 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 mobile_money
true
transfer_receiver_type
string
Type of account you're sending the money to. The valid choice is personal
true
receiver_account_num
string
This should be the valid phone number of the receiver. This is where the money will be sent to.
true
receiver_country_code
string
ISO 3166-1 alpha-2 code. Use this endpoint to get the list of supported countries.
true
receiver_account_name
string
The name of the receiver.
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
Last updated