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 ยท enumRequired

Must be set to "refund".

Possible values:
Responses
200

Refund processed successfully.

application/json
post
/operator/wallet

Last updated