🌎Payout LATAM
This endpoint allows you to initiate a payout transaction to LATAM countries with YoguPay. It is done via Bank Transfer.
Last updated
This endpoint allows you to initiate a payout transaction to LATAM countries with YoguPay. It is done via Bank Transfer.
Last updated
curl --location 'https://api.tumapay.com/payout' \
--header 'token: <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"collection_network": "LATAM",
"recipient_name": "John Doe",
"bank_account_number": "01234567898765432",
"msisdn": 702423791,
"dest_currency": "MXN",
"purpose_of_funds": "Fee payment",
"country_code": "MEX",
"reference_number": "Yogupay test",
"dest_amount": 50,
"bank_code": "012",
"recipient_email": "johndoe@yogupay.com",
"account_type": "C",
"document_type": "RFC",
"document_id": "ABCD7215128Y5",
"bank_name": "BBVA Bancomer",
"branch_code": ""
}'{
"status": "1",
"message": "Payout accepted for processsing"
}{
"error": "Invalid request"
}