curl --location --request POST '/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
}
}
}'{
"datetime": "2024-04-09 18:47:07.960978",
"message": "Payment processing initiated",
"details": {
"result": "success",
"transaction_processed": {
"transaction_id": "20240409-1847-0783-90cc-133c988ef5c6",
"merchant_transaction_reference": "150267"
}
},
"version": "0.1"
}