Skip to main content

API Error codes

Here you can find examples of error codes along with their full descriptions.
Please notify us if any of these errors occur.

CodeStatusMessageBalanceDescription of the response
400falseUnknown error occurredBalance does not need to be sentUsed when no other code matches the error type
404falseUser not foundBalance does not need to be sentUsed when the user does not exist
405falseUser blockedBalance does not need to be sentUsed when the user is blocked or has reached their limit
406falseDebit transaction not found in this eventInclude the current balance amount in the error responseUsed when the transaction does not exist
417falseToken not foundBalance does not need to be sentUsed when the token is invalid or does not match
410falseToken expiredBalance does not need to be sentUsed when the player authentication fails (e.g., the player's session has ended)
409falseDuplicate. Transaction already existInclude the current balance amount in the error responseUsed when the transaction has already been processed
402falseInsufficient funds to place current wagerInclude the current balance amount in the error responseUsed when there are not enough funds to place a bet
456falseLimit exceededBalance does not need to be sentUsed when the betting limit has been reached

The request is executed using the GET method.

Below is an example of the default supported error response format:

Example of error

{
"status": false,
"balance": 125000,
"errors": {
"code": 404,
"error": "Description"
}
}

Activate Free Spin Bonus Error List

CaseMessageCode
Player already has an active Free Spin bonus from the same providerThe player currently has an active Free Spin bonus from this provider. Only one active Free Spin bonus per provider is allowed at a time2006
Request contains missing or invalid parametersThe request contains missing or invalid parameters. Please review it and ensure all required fields are correctly provided1001
Bonus name already exists for the platform-provider combinationA Free Spin bonus with this name already exists. Bonus names must be unique per provider2006
Bonus expiration date is more than 30 days from the start dateThe bonus expiration date exceeds the maximum allowed duration. Bonuses must expire within 30 days from the start date2007
Player not found, inactive, or self-excludedThe player account is closed, blocked, or self-excluded. Bonus activation is not allowed for such accounts1003
Game or provider is under maintenance or unavailableThe selected game or provider is currently unavailable. Please try again later1002
Internal error or provider timeoutAuto-retry should be triggered. A system error occurred during bonus activation. Please retry the request or try again later1000