curl --location --request POST 'https://api.v2.stg.paypaga.com/payout' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"country_code": "AR",
"currency": "ARS",
"payment_method_code": "cvu",
"transaction": {
"beneficiary": {
"name": "Rafael Beaty",
"document_number": "20-08490848-8",
"account_number": "1231231231231231231111"
},
"transaction_data": {
"payout_concept": "deserunt mollit minim",
"merchant_transaction_reference": "3447927342",
"transaction_total": 320.32
}
}
}'