curl --location 'https://api.paypaga.com/v2/transactions/pay-out' \
--header 'DisablePartnerMock;' \
--header 'Content-Type: application/json' \
--data-raw '{
"country": "AR",
"currency": "ARS",
"payment_method": "bank_transfer",
"merchant_transaction_reference": "TRX-2026-0026",
"merchant_order_reference": "ORDER-2026-0001",
"merchant_customer_id": "customer@mail.com",
"customer_ip": "120.29.48.92",
"amount": 125.5,
"fields": {
"first_name": "Rafael",
"last_name": "Beaty",
"document_number": "20-08490848-8",
"account_number": 2.850590940090418e+21
}
}'