PlayerBetMissingTransactionId
Debit request without transaction ID
Request
Body Params application/json
{
"status": "playerbet",
"username": "{{userName}}",
"gameindex": {{gameIndex}},
"roundid": "{{roundId}}",
"userbet": 10,
"time": {{$timestamp}}
}
Request samples
curl --location -g --request POST '/?hash={{hash}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": "playerbet",
"username": "{{userName}}",
"gameindex": {{gameIndex}},
"roundid": "{{roundId}}",
"userbet": 10,
"time": {{$timestamp}}
}'
Responses
application/json {
"errors": "invalid transactionid"
}
Modified at 2024-12-21 01:53:05