Refund
post
Processes a refund request for a specific transaction. The balance and transaction values follow ISO 4217 currency subunit conventions.
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
406
Previous transaction not found.
application/json
post
/operator/walletLast updated