Cancel
Request
[GET] {WALLET_URL}/?user_id=10000&action=cancel&amount=0.2¤cy=USD&game_id=10001&transaction_id= 054525d7cc7f426c947d38ff35d17d30&aborted_transaction_id=353454c6565a65e6f
Parameter | Type | Required | Description |
---|---|---|---|
action | string | yes | win |
user_id | integer | yes | user’s ID at the casino |
currency | string(3) | yes | USD |
amount | float | yes | 0.25 |
game_id | integer | yes | 10000 |
transaction_id | string | yes | |
round_id | string | no | |
aborted_transaction_id | string | yes |
Response
Response should be a json
object.
{
"status": "OK",
"balance": 100.05,
"currency":"USD",
}
Parameter | Type | Required | Description |
---|---|---|---|
status | string | yes | OK |
balance | float | yes | 100.05 |
currency | string(3) | yes | USD |