Rollback Win
post
Processes a rollback-win request.
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
406
Previous transaction not found.
application/json
post
/operator/walletLast updated