Refund
post
Request from the Supplier to The Bet Brothers Platform to refund a previously completed transaction.
Header parameters
X-REQUEST-SIGNstringRequired
HMAC-SHA256 signature of the request body using the shared password.
Body
provider_namestringRequired
Provided by The Bet Brothers.
provider_idintegerRequired
Provided by The Bet Brothers.
amountintegerRequired
Amount 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.
game_symbolstringRequired
Game symbol.
tokenstringRequired
Session token generated for the play.
transaction_idstringRequired
Unique transaction ID for the refund from the Game Provider.
round_idstringRequired
Game Provider round ID.
refunded_transaction_idstringRequired
Original transaction ID to be refunded.
Responses
200
Successfully processed refund
application/json
406
Previous transaction not found.
application/json
post
/wallet/refundLast updated