Rollback Win
Last updated
Last updated
Processes a rollback-win request.
HMAC-SHA256 signature of the raw request body using the shared password.
Unique identifier of the user on Operator side.
Amount in subunits.
Identifier of currency (ISO 4217).
True if the request is from a mobile device.
Must be set to "rollback-win"
Rollback processed (or ignored if transaction not found).
Previous transaction not found.
POST /operator/wallet HTTP/1.1
Host:
X-REQUEST-SIGN: text
Content-Type: application/json
Accept: */*
Content-Length: 326
{
"player_id": "6",
"amount": 10,
"currency_code": "EUR",
"is_mobile": false,
"action": "rollback-win",
"payload": {
"reference": "Monkey",
"session_token": "c9cbb3d5-439f-acf6-9415ea68b20a",
"provider_transfer_data": {
"transaction_id": "95303151",
"round_id": "864238",
"rollback_win_transaction_id": "95303151",
"table_reference": "c9cbb3d5-439f"
}
}
}
{
"transaction_id": "563214566",
"balance": 54636,
"currency_code": "EUR"
}