Rollback Win
post
Header parameters
X-REQUEST-SIGNstringRequired
HMAC-SHA256 signature of the raw request body using the shared password.
Body
player_idstringRequired
Unique identifier of the user on Operator side.
amountintegerRequired
Amount in subunits.
currency_codestringRequired
Identifier of currency (ISO 4217).
is_mobilebooleanRequired
True if the request is from a mobile device.
actionstring ยท enumRequiredPossible values:
Must be set to "rollback-win"
Responses
200
Rollback processed (or ignored if transaction not found).
application/json
transaction_idstringRequired
Unique identifier of the operator transaction.
balanceintegerRequired
Updated balance in subunits (e.g., cents for EUR).
currency_codestringRequired
Currency identifier (ISO 4217).
406
Previous transaction not found.
application/json
post
/operator/walletLast updated