CancelBetAlreadyCancelled
Request
Body Params application/json
{
"status": "cancelbet",
"username": "{{userName}}",
"transactionid": "{{bet4TransactionId}}",
"time": {{$timestamp}},
"some_fake_key": "some_fake_value",
"amount": 200,
"gameindex": {{gameIndex}}
}
Request samples
curl --location -g --request POST '/?hash={{hash}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": "cancelbet",
"username": "{{userName}}",
"transactionid": "{{bet4TransactionId}}",
"time": {{$timestamp}},
"some_fake_key": "some_fake_value",
"amount": 200,
"gameindex": {{gameIndex}}
}'
Responses
application/json {
"errors": "BET_ALREADY_SETTLED"
}
Modified at 2024-12-21 01:53:05