curl --location --request POST 'https://merchant-api.stg.paypaga.com/payout' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"country_code": "AR",
"currency": "ARS",
"payment_method_code": "cvu",
"transaction": {
"beneficiary": {
"first_name": "Rafael",
"last_name": "Beatty",
"document_type": "CUIT",
"document_number": "12345678",
"beneficiary_type": "INDIVIDUAL",
"account_number": "123123123123123123123123"
},
"transaction_data": {
"payout_concept": "deserunt mollit minim",
"merchant_transaction_reference": "invoice",
"transaction_total": 320.32
}
}
}'