| Number | Response |
|---|---|
| 46733123450 | failed |
| 46733123451 | rejected |
| 46733123452 | timeout |
| 46733123453 | ongoing (will answer pending first and if requested again after 30 seconds it will respond success) |
| 46733123454 | pending |
Any other Number results in Success.
The complete definitions of error codes are found in the swagger documentation. Below is the list of error codes available.
| HTTP Code | Error Response Code | Description |
|---|---|---|
| 409 | N/A | Duplicated Reference Id. Cannot create new recourse |
| 404 | N/A | Reference Id not found. Requested resource does not exist. |
| 400 | N/A | Bad request. Request does not follow the specification. |
| 401 | N/A | Authentication failed. Credentials not valid |
| 403 | Forbidden IP | Authorization failed. IP not allowed to transact |
| 500 | NOT_ALLOWED | Authorization failed. User does not have permission. |
| 500 | NOT_ALLOWED_TARGET_ENVIRONMENT | Not allowed target environment |
| 500 | INVALID_CALLBACK_URL_HOST | Callback URL with different host name then configured for API User |
| 500 | INVALID_CURRENCY | Currency not supported on the requested account |
| 500 | INTERNAL_PROCESSING_ERROR | Default error code used when there is no specific error mapping. |
| 503 | SERVICE_UNAVAILABLE | Service temporary unavailable, try again later |
| HTTP Code | Error Response Code | Description |
|---|---|---|
| 500 | PAYER_NOT_FOUND | Payer not found |
| Error Code | Error Response Code | Description |
|---|---|---|
| 500 | PAYER_NOT_FOUND | Payer not found. Account holder is not registered. |
| 500 | PAYEE_NOT_ALLOWED_TO_RECEIVE | Payee cannot receive funds due to e.g. transfer limit. |
#Transfer Error Codes
| Error Code | Error Response Code | Description |
|---|---|---|
| 500 | NOT_ENOUGH_FUNDS | Not enough funds on payer account |
| 500 | PAYER_LIMIT_REACHED | Not allowed to end due to Payer limit reached |
| 500 | PAYEE_NOT_FOUND | Payee not found. Account holder is not registered |
#Validate Account Holder Error Codes
| Error Code | Error Response Code | Description |
|---|---|---|
| 404 | N/A | Account holder is not found |