Bank Transfer - International
This endpoint can be used to make international transfers
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 bank
true
transfer_receiver_type
string
Type of account you're sending the money to. It could either be personal
or company
true
receiver_country_code
string
ISO 3166-1 alpha-2 code
true
receiver_account_num
string
This could be the bank account number,
IBAN
, CLABE
true
receiver_sort_code
string
This could be the routing number
, bank bic
, bank sort code
,
true
receiver_account_name
string
This is required if the transfer_receiver_type
is company
false
receiver_first_name
string
This is required if the transfer_receiver_type
is personal
false
receiver_last_name
string
This is required if the transfer_receiver_type
is personal
false
receiver_address
string
Address of the receiver
false
receiver_city
string
City of the receiver
false
receiver_state
string
State of the receiver
false
receiver_post_code
string
Postal Code of the receiver
false
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