Skip to main content

Errors

The Tickpay API uses its own HTTP Status Codes to indicate success or failure of the call.

Error format

{
"success": false,
"messageError": "Bad request error",
"data": null
}

Response Errors Codes

CodeError NameDescription
400Bad RequestThe request was malformed or invalid.
401UnauthorizedThe provided credentials are invalid.
403ForbiddenThe request is understood, but it has been refused or access is not allowed.
404Not FoundThe requested resource could not be found.
500Internal Server ErrorAn unexpected error occurred on the server.