Bet

post

Request from the Supplier to The Bet Brothers Platform to process a bet by deducting an amount from the player’s balance.

Header parameters
X-REQUEST-SIGNstringRequired

HMAC-SHA256 signature of the request body using the shared password.

Body
tokenstringRequired

Session token - must be present in every callback.

provider_namestringRequired

Provided by The Bet Brothers.

provider_idintegerRequired

Provided by The Bet Brothers.

amountintegerRequired

Amount to bet, in subunits (ISO 4217).

currency_codestringRequired

Currency code in upper case (ISO 4217).

is_mobilebooleanRequired

True if the player is on a mobile device.

player_idstringRequired

Unique identifier of the player on the Operator side.

round_idstringRequired

Game Provider round ID.

game_symbolstringRequired

Game symbol.

transaction_idstringRequired

Unique transaction ID from the Game Provider.

Responses
chevron-right
200

Successfully processed bet

application/json
post
/wallet/bet

Last updated