/v1/provider/settings/:providerId/:currency

Customize configuration settings per currency for a specific provider

PUT /v1/provider/settings/:providerId/:currency

Allows operators to modify settings per currency for a provider, such as enabling/disabling certain features, bet limits. Essential for tailoring provider behavior to operator needs.

Headers

Name
Value

Authorization

Bearer <API_TOKEN>

Content-Type

application/json

Accept

application/json

Parameters

Key
Type
Description
Mandatory

providerId

number

Provider ID

Required

currency

string

Currency code for the wallet transaction (e.g., USD)

Required

Request Body

Please send a JSON object to update the provider settings. The structure of this payload varies by provider. The example below demonstrates a request body for Pragmatic Play.

{
  "lobbyshow": true,
  "promoshow": true,
  "verify": false
}

Response

Key
Type
Description

success

boolean

Response Code

message

string

Response Message

data

Object

The JSON object reflects the provider’s current settings.

Last updated