Refund
post
Header parameters
X-REQUEST-SIGNstringRequired
HMAC-SHA256 signature of the raw request body using the shared password.
Body
amountintegerRequired
Amount in subunits.
is_mobilebooleanRequired
True if the request is from a mobile device.
currency_codestringRequired
Identifier of currency (ISO 4217).
player_idstringRequired
Unique identifier of the player.
actionstring ยท enumRequiredPossible values:
Must be set to "refund".
Responses
200
Refund processed successfully.
application/json
transaction_idstringRequired
Unique identifier of operator transaction.
balanceintegerRequired
Updated player balance in subunits.
currency_codestringRequired
Identifier of currency (ISO 4217).
406
Previous transaction not found.
application/json
post
/operator/walletLast updated