Payment Errors
Payment errors occur during checkout and payment processing. These errors are prefixed with PY and relate to issues with payment cards, gateways, and transactions.
Categories
| Category | Code Range | Description |
|---|---|---|
| Card | PY01xxx | Issues with the payment card |
| Gateway | PY02xxx | Payment gateway communication issues |
Card Errors
Issues related to the customer's payment card.
| Code | Name | Description |
|---|---|---|
| PY01001 | Payment Declined | The payment was declined |
| PY01002 | Insufficient Funds | Not enough funds for the payment |
| PY01003 | Card Expired | The payment card has expired |
| PY01004 | Invalid Card Number | The card number is not valid |
Gateway Errors
Issues communicating with the payment gateway.
| Code | Name | Description |
|---|---|---|
| PY02001 | Payment Gateway Error | Error communicating with payment gateway |
| PY02002 | Payment Timeout | Payment processing timed out |