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.10txIDstringrequired
Unique ID for the refund on your side. This is required for further tracking/debugging purposes.
Example:
some_external_bet_tx_idRefundResponse
{
"balance": "100.10",
"txID": "some_external_bet_tx_id"
}