API Response Statuses

Response status code and description for Seamless Wallet API.

Status Code
Description

SC_OK

Successful response.

SC_UNKNOWN_ERROR

Generic status code for unknown errors.

SC_INVALID_REQUEST

Wrong/missing parameters sent in request body.

SC_AUTHENTICATION_FAILED

Authentication failed. X-API-Key is missing or invalid.

SC_INVALID_SIGNATURE

X-Signature verification failed.

SC_INVALID_TOKEN

Invalid token on Operator's system.

SC_INVALID_GAME

Not a valid game.

SC_DUPLICATE_REQUEST

Duplicate request.

SC_CURRENCY_NOT_SUPPORTED

Currency is not supported.

SC_WRONG_CURRENCY

Transaction's currency is different from user's wallet currency.

SC_INSUFFICIENT_FUNDS

User's wallet does not have enough funds.

SC_USER_NOT_EXISTS

User does not exists in Operator's system

SC_USER_DISABLED

User is disabled and not allowed to place bets.

SC_TRANSACTION_DUPLICATED

Duplicate transaction Id was sent.

SC_TRANSACTION_NOT_EXISTS

Corresponding bet transaction cannot be found.

SC_VENDOR_ERROR

Error encountered on game vendor

SC_UNDER_MAINTENANCE

Game is under maintenance.

SC_MISMATCHED_DATA_TYPE

Invalid data type.

SC_INVALID_RESPONSE

Invalid response.

SC_INVALID_VENDOR

Vendor is not supported

SC_INVALID_LANGUAGE

Language is not supported.

SC_GAME_DISABLED

Game is disabled.

SC_INVALID_PLATFORM

Platform is not supported.

SC_GAME_LANGUAGE_NOT_SUPPORTED

Game language is not supported.

SC_GAME_PLATFORM_NOT_SUPPORTED

Game platform is not supported.

SC_GAME_CURRENCY_NOT_SUPPORTED

Game currency is not supported.

SC_VENDOR_LINE_DISABLED

Vendor line is disabled.

SC_VENDOR_CURRENCY_NOT_SUPPORTED

Vendor currency is not supported.

SC_VENDOR_LANGUAGE_NOT_SUPPORTED

Vendor language is not supported.

SC_VENDOR_PLATFORM_NOT_SUPPORTED

Vendor platform is not supported.

Sample response format

{
    "traceId": "e62ceec8-1c18-48fc-af0e-9f9f943b2554",
    "status": "SC_INVALID_REQUEST",
    "message": "Wrong/missing parameters sent in request body.",
    "validation": {
        "platform": "Platform is not supported."
    }
}

Last updated