Skip to main content

RefundResponse

balancestringrequired

The user's balance in selected currency main units (note: not cents) after the refund is applied. Currency selected by the client during the Create New Game call. We support 2 decimal places for all fiat currencies.

Possible values: Value must match regular expression ^(0|[1-9]\d*)(\.\d+)?$

Example: 100.10
txIDstringrequired

Unique ID for the refund on your side. This is required for further tracking/debugging pusposes.

Example: some_external_bet_tx_id
RefundResponse
{
"balance": "100.10",
"txID": "some_external_bet_tx_id"
}