In English
Code | Description | Fatal |
---|---|---|
0 | Success | Unrelated |
5 | Incorrect data in the request parameters | Y |
13 | Server is busy, try again later | N |
78 | Operation is forbidden | Y |
150 | Authorization error (e.g. invalid login/password) | Y |
152 | Protocol is not enabled or protocol is disabled | N |
155 | This merchant’s identifier (API ID) is blocked | Y |
210 | Invoice not found | Y |
215 | Invoice with this bill_id already exists | Y |
241 | Invoice amount is less than allowed | Y |
242 | Invoice amount is greater than allowed. Also returns to refund request when the amount of refund exceeds the initial invoice amount or the amount left after the previous refunds | Y |
298 | User not registered | Y |
300 | Technical error | N |
303 | Wrong phone number | Y |
316 | Authorization from the blocked merchant | N |
319 | No rights for the operation | N |
339 | IP-addresses blocked | Y |
341 | Required parameter is incorrectly specified or absent in the request | Y |
700 | Monthly limit on operations is exceeded | Y |
774 | Visa QIWI Wallet user account temporarily blocked | Y |
1001 | Currency is not allowed for the merchant | Y |
1003 | No convert rate for these currencies | N |
1019 | Unable to determine wireless operator for MNO balance payment | Y |
1419 | Bill was already payed | Y |
Source:
- https://github.com/QIWI-API/pull-payments-docs/blob/40d48cf0/_errors_en.html.md
- https://github.com/mage2pro/qiwi/blob/0.0.8/etc/error-codes/en.csv
In Russian
Код | Описание | Fatal* |
---|---|---|
0 | Успех | |
5 | Неверные данные в параметрах запроса | + |
13 | Сервер занят, повторите запрос позже | - |
78 | Недопустимая операция | + |
150 | Ошибка авторизации | + |
152 | Не подключен или отключен протокол | - |
155 | Данный идентификатор провайдера (API ID) заблокирован | + |
210 | Счет не найден | + |
215 | Счет с таким bill_id уже существует | + |
241 | Сумма слишком мала | + |
242 | Сумма слишком велика, или сумма, переданная в запросе возврата средств, превышает сумму самого счета либо сумму счета, оставшуюся после предыдущих возвратов | + |
298 | Кошелек с таким номером не зарегистрирован | + |
300 | Техническая ошибка | - |
303 | Неверный номер телефона | + |
316 | Попытка авторизации заблокированным провайдером | - |
319 | Нет прав на данную операцию | - |
339 | Ваш IP-адрес или массив адресов заблокирован | + |
341 | Обязательный параметр указан неверно или отсутствует в запросе | + |
700 | Превышен месячный лимит на операции | + |
774 | Кошелек временно заблокирован | - |
1001 | Запрещенная валюта для провайдера | + |
1003 | Не удалось получить курс конвертации для данной пары валют | - |
1019 | Не удалось определить сотового оператора для мобильной коммерции | + |
1419 | Нельзя изменить данные счета – он уже оплачивается или оплачен | + |
Source: