This section describes endpoints defined in Provider.
Provider produces the API endpoints.
Operator consumes them.
Provider Response body has multiple properties to indicate the status for processing your request.
status is a machine-friendly string enum representation.statusCode is a machine-friendly numeric representation.statusMessage is a human-friendly string representation.Each Provider API Request page documents the possible status it has.
Below is the available statusCode supported, this is applicable to all Provider API Endpoints.
| Value | Description |
|---|---|
| 0 | OK |
| 50 | INTERNAL_ERROR |
| 51 | PLAYER_NOT_FOUND |
| 53 | INSUFFICIENT_FUNDS |
| 54 | GAME_IS_NOT_ENABLED |
| 55 | RESTRICTED_COUNTRY |
| 56 | OPERATOR_IS_NOT_ENABLED |
| 57 | BRAND_IS_NOT_ENABLED |
| 58 | INVALID_GAME_ID |
| 59 | PLAYER_IS_BLOCKED |
| 60 | INVALID_BET_AMOUNT |
| 61 | OPERATOR_ERROR |
| 62 | OPERATOR_WEBHOOK_IS_NOT_ENABLED |
| 63 | GAME_IS_IN_MAINTENANCE_MODE |
| 64 | CURRENCY_IS_NOT_SUPPORTED |
| 65 | MAX_BRANDS_REACHED |
| 66 | LAUNCH_IS_IN_PROGRESS |
| 67 | RESTRICTED_JURISDICTION |
| 68 | DUPLICATE_FREE_BET |
| 69 | TOURNAMENT_NOT_FOUND |
| 70 | OPERATOR_FEATURE_DISABLED |
| 71 | PROMOTION_NOT_FOUND |
| 999 | UNKNOWN |