Skip to content

Errors

HTTP Status Codes

The kod.mobi API uses the following error codes:

Code Desc
400 Your request is invalid.
401 Unauthorized. Your API key is wrong.
403 Forbidden. The request is hidden for administrators only.
404 Not Found. The specified payment could not be found.
409 Conflict. Payment unique identifier conflict.
500 Internal Server Error. We had a problem with our server. Try again later.

Error Response

{
    "success": false,
    "error": "Message not found.",
    "error_params": {},
    "status": 404,
    "sys_message": "ERROR_MESSAGE_NOT_FOUND"
}