E-wallet - Opay_ng
This endpoint can be used to send money to opay wallet
POST {{BASE_URL}}/partner/payout/initiate_transfer/
payout_step
string
Some payouts might involve multiple steps but since this is just a step we just 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 ewallet
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. It could be the phone number of the user or the merchant ID
true
receiver_country_code
string
ISO 3166-1 alpha-2 code
true
receiver_account_name
string
The account name of the receiver. This can be gotten via the Enquiry - Ewallet
endpoint
true
receiver_wallet_name
string
The name of the wallet provider. In this case we use opay_ng
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
Last updated