| HTTP status | Error code | Description |
|---|---|---|
| 400 | BAD_REQUEST | Failed to parse the request body |
| 400 | VALIDATION_ERROR | Request validation failed |
| 401 | UNAUTHORIZED | Missing or invalid authorization token |
| 409 | MERCHANT_REFERENCE_ALREADY_EXISTS | Merchant transaction reference already exists |
| 500 | INTERNAL_ERROR | Unexpected server error |
curl --location 'https://api.paypaga.com/v2/transactions/pay-out' \
--header 'DisablePartnerMock;' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 125.5,
"country": "AR",
"currency": "ARS",
"customer_ip": "120.29.48.92",
"fields": {
"account_number": "2850590940090418135201",
"document_number": "20-08490848-8",
"first_name": "Rafael",
"last_name": "Beaty"
},
"merchant_customer_id": "customer@mail.com",
"merchant_order_reference": "ORDER-2026-0001",
"merchant_transaction_reference": "TRX-2026-0026",
"payment_method": "cvu"
}'{
"merchant_order_reference": "ORDER-2026-0001",
"merchant_transaction_reference": "TRX-2026-0026",
"transaction_id": "20240806-2010-4086-8342-c28f4979f834"
}