โฌ๏ธCheck Transfer
Request Example
{
"operatorToken": "<operatorToken>",
"secretKey": "<seamlessKey>",
"txnId": "eb54307d-7033-4a82-aa20-3cb42a7ea79a"
}Key
Description
Validation rules
Response example
{
"code": 0,
"msg": "Successful",
"requestUid": "UUID v4",
"responseTime": "YYYY-MM-DD HH:mm:ss",
"data": {
"playerUsername": "<playerUsername>",
"requestIp": "<requestIp>",
"txnId": "eb54307d-7033-4a82-aa20-3cb42a7ea79a",
"txnType": "<txnType>",
"agentSystemTxnId": "eb54307d-7033-4a82-aa20-3cb42a7ea79a",
"balance": 1000,
"balanceAfter": 1000,
"balanceBefore": 0,
"creditAvailable": 0,
"currencyCode": "THB",
"lastBalanceUpdated": "YYYY-MM-DD HH:mm:ss",
"createdDate": "YYYY-MM-DD HH:mm:ss",
"updatedDate": "YYYY-MM-DD HH:mm:ss"
}
}