curl --location 'https://api.chizmis.com/chizpay/v1.0/wallet-transactions/debit' \
--header 'authorization;' \
--header 'Content-Type: application/json' \
--data '{
"gameId": "game-slots-01",
"gameSession": "sess_123",
"accountId": 1001,
"amount": 50,
"referenceNumber": "debit_sess_123_round_12",
"description": "Round stake",
"metadata": {
"round": 12,
"betType": "STANDARD"
},
"nonce": "2993f3b0-84aa-4dc3-9599-4f277631f9e8",
"timestamp": 1778063100000,
"signature": "hmac-sha256:03ac..."
}'{
"success": true,
"response": {
"transactionId": "debit_sess_123_round_12",
"debitTx": {
"id": 80101,
"walletId": 9123,
"gameId": "game-slots-01",
"gameSession": "sess_123",
"accountId": 1001,
"type": "DEBIT",
"bound": "OUT",
"amount": 50,
"referenceNumber": "debit_sess_123_round_12",
"status": "COMPLETED"
}
}
}