curl --location --request POST 'https://merchant-api.stg.paypaga.com/payout' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"country_code": "EC",
"currency": "USD",
"payment_method_code": "bank_transfer",
"transaction": {
"beneficiary": {
"first_name": "Eryn",
"last_name": "Rogahn",
"document_type": "DIE",
"document_number": "97",
"bank_name": "BANECUADOR",
"account_type": "Ahorro",
"account_number": "62475804",
"email": "customers@email.com",
"phone": "(282) 797-0589",
"address": "customers address"
},
"transaction_data": {
"payout_concept": "laboris voluptate quis occaecat",
"merchant_transaction_reference": "invoice",
"transaction_total": 300.23
}
}
}'