Merchant Initiated Payment(MIP) Error Codes
This section provides an overview of the error codes that may occur when executing Merchant Initiated Payments (MIP).
The listed error codes help identify issues that can arise during transaction processing, such as invalid tokens, insufficient funds, or failed authorization steps.
Understanding these error scenarios is essential for implementing proper handling logic and ensuring a consistent and seamless payment experience.
| Code | Number (optional) | HTTP Status | Description |
|---|---|---|---|
insufficient_balance | 10011 | 400 | Insufficient funds on customer PaysafeCard account. |
invalid_storedpi_token | 33007 | 400 | Token not valid. |
invalid_storedpi_association | 33006 | 400 | Association ID not valid. |
invalid_request_parameter | 10028 | 400 | Parameter has unexpected value or mandatory parameter doesn't exist |
payment_panel_merchant_client_id_to_accounts_limit_reached | 33008 | 400 | Customer ID as been used for a token with a different customer account (only occurs with special configuration) |