Payout LATAM
This endpoint allows you to initiate a payout transaction to LATAM countries with YoguPay. It is done via Bank Transfer.
This endpoint assumes that you already have completed the process of account creation and that you have either a valid access token. If you have not completed this step, please review the guide that applies to your connection type.
Create a LATAM Payout
POST
/
https://api.yogupay.com/payout
Headers
Content-Type
application/json
Authorization
Bearer <token>
Body
collection_network*
string
The used
recipient_name*
string
The name of the recipient.
bank_account_number*
string
The bank account number of the recipient.
msisdn
string
The mobile number of the recipient.
dest_currency*
string
The currency in which the recipient will receive the funds.
dest_amount*
number
The amount the recipient will receive .
purpose_of_funds*
string
The purpose of the funds transfer
country_code*
string
The country code of the recipient.
reference_number*
string
A reference unique to your system
bank_code*
string
The of the recipient's bank
recipient_email
string
The email address of the recipient.
account_type*
string
The of Account
document_type*
string
The type of document used for Identification
document_id*
string
The recipients Document ID
bank_name*
string
The name of the recipients Bank
branch_code
string
The Branch Code of the Recipients Bank
Response
Last updated