| Error Code | Description |
|---|---|
| 200 | Transaction limit not configured |
| 201 | Transaction total exceeds limit per transaction |
| 203 | Merchant Identifier is missing or is invalid |
| 204 | Payment method value is not valid. It should be Bank Transfer only (BNKTR) |
| 205 | Specified country currency is invalid |
| 206 | Payment configuration not found |
| 210 | Insufficient funds for transaction |
| 211 | Missing balance record for merchant |
| 220 | Merchant configuration not found |
| 221 | Merchant transaction reference already exists |
| 230 | Payment reference already exists on processing |
| 235 | Failed to process transaction |
| 250 | Bad request for payout transaction Validation error messages that could be returned:
|
| 251 | Payout processing is disabled at this time, please contact support |
| 500 | Unexpected error |
curl --location --request POST 'https://api.v2.stg.paypaga.com/payout' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"merchant_id": "443984c6-849a-413e-853f-1167ca04eb93",
"country_code": "MX",
"currency": "MXN",
"payment_method_code": "BNKTR",
"transaction": {
"beneficiary": {
"beneficiary_name": "Juan Ramon Flores",
"rfc_curp": "FOAJ001122RX5",
"beneficiary_email": "jrflores@youremail.com",
"beneficiary_account": "860000000000000017",
"beneficiary_account_type": "40",
"beneficiary_type": "INDIVIDUAL",
"beneficiary_id": "43278243803",
"beneficiary_id_type": "",
"counterpart_institution": "860"
},
"transaction_data": {
"payout_concept": "Payment for services",
"merchant_transaction_reference": "150262",
"transaction_total": 100.5
}
}
}'{
"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"
}