Group Error codes
The error code is returned in the response in the error_code parameter.
Example response in case of an error
{
"data": null,
"error_code": 5,
"message": "Payer price amount is too large, max: 100000.0",
"result": false
}
Possible error codes
| Error code | Description | Example error message |
|---|---|---|
| 1 | PaywayNotFound: The payment method is disabled: the Status option is turned off in the payment method settings. | |
| 2 | PaywayNotUsed: Payment direction is not in use | |
| 3 | PaywayNotAvailable: Payment direction is not available | Payway (alias = card_usd) is not available for shop |
| 4 | AmountTooSmall: Amount is too small | |
| 5 | AmountTooLarge: The amount is too large | |
| 6 | OperationNotUnique: The operation with the provided ID already exists in the system | |
| 7 | OperationNotFound: Operation not found | Withdraw (id=1234567) wasn't found |
| 8 | OperationIsProcessing:The processing field value for the operation is set to true. This happens when an external system requests operation status while querying the provider. | |
| 9 | InsufficientBalance: Insufficient balance to execute the operation | Insufficient balance(currency=840): shop_write_off=500.0, balance=0.0 |
| 10 | IncorrectRequestParam: Invalid request parameter | Invalid sign, string_to_sign: 500:840:bank_h2h_usd:6199:99991 |
| 11 | ShopNotFound: shop not found | |
| 12 | ShopNotActive: Shop inactive | |
| 13 | AccountNotFound: The account with the provided ID was not found in the Feennex database. | |
| 14 | IncorrectAccountStatus: Incorrect account status | |
| 15 | RequestIpDenied: Request IP address denied | Shop ip 111.111.111.111.111 denied |
| 16 | InvalidCurrencyExchange: Failed to convert the amount: there is no exchange rate information, or the exchange rate is invalid, for example, 0 | |
| 17 | InvalidShopContract: The shop does not have a contract to perform the specified type of operation | |
| 18 | IncorrectAccountType: This account type (personal or business) cannot perform the specified operation | |
| 19 | ShopAggregatorRequire: shop aggregator required! | |
| 20 | InvalidProject: Deprecated | |
| 21 | ProjectNotActive: Deprecated | |
| 27 | DailyLimitExceeds. Daily payout limit has been exceeded | |
| 33 | WeekLimitExceeds: Weekly payout limit exceeded | |
| 34 | MonthLimitExceeds: Monthly payout limit exceeded | |
| 41 | The amount does not match the regular expression set for the payment direction | "en": "The payment has been declined. Please try entering another amount without «0» at the end. For example: 347, 1832, 5783.", "ru": "Платеж отклонен. Попробуйте ввести неровную сумму без «0» на конце. Пример: 347, 1832, 5783" |
| 100 | IncorrectOperationStatus: The operation cannot be processed with the current status | |
| 2000 | Other error that does not fit into other categories | Service error |