Skip to main content

Appendix

This page lists all possible Status Codes and their descriptions that may appear in the Transfer Wallet API, along with an additional list.

Status Code Overview

CodeResponse MessageDescriptionRelated API
0No errorRequest SuccessfulAll APIs
2The balance is not enoughInsufficient BalanceTransfer, Full Withdrawal
3The transaction already existTransaction already existsTransfer, Full Withdrawal
4The transaction doesn't existTransaction does not existQuery Transaction Details
5Game is not foundGame does not exist or has been delistedOpen Game, Query Bet Logs, Query Bet Detail, Query Bet Replay
6The username already existPlayer Account already existsCreate Player
7Internal server errorInternal server errorAll APIs
8The User is not existPlayer does not existQuery Player Balance, Transfer, Full Withdrawal, Open Game, Query Bet Detail
10Agent code was not found or blockAgent does not exist or is blockedGet Access Token
11Parameters errorParameter errorAll APIs
14The BetId is not existQuery Bet Logs does not existQuery Bet Detail, Query Bet Replay
19Invalid accountInvalid Player AccountQuery Player Balance, Transfer, Full Withdrawal, Open Game
20Member wallet is temporarily lockedPlayer wallet temporarily lockedTransfer, Full Withdrawal
35The transaction is pendingTransaction pendingTransfer, Full Withdrawal, Query Transaction Details
37The Function is not supportedFunction not supportedQuery Bet Detail, Query Bet Replay
77Too many request, please try again laterToo many requestsQuery Bet Logs, Query Daily Report, Query Player Report
78Operator card spinId was usedItem ID has been usedSend Operator Card, Send Simple FreeSpin Operator Card
81Branch config not foundBranch configuration not foundQuery Player Balance, Transfer, Full Withdrawal, Open Game, Query Bet Logs, Force Logout, Query Player Session
82Please check Site ID is for this playerSite ID does not match PlayerOpen Game
83Signature verification failedSignature verification failedAll APIs requiring verification
84Encryption failedEncryption failedAll APIs requiring encryption
85Key config setting errorEncryption setting read anomalyAll APIs
86Game is restrictedGame rejected due to restrictionsOpen Game, Send Operator Card, Send Simple FreeSpin Operator Card, Send Simple FeatureGame Operator Card
87Invalid item parameter valueOperator Card Parameter Combination ErrorSend Operator Card, Send Simple FreeSpin Operator Card, Send Simple FeatureGame Operator Card
88Only one item can be active at a time in the same gameItem cannot be triggered simultaneouslySend Operator Card, Send Simple FreeSpin Operator Card, Send Simple FeatureGame Operator Card
89The item has not been used yet, or the spinId does not existItem has not been used, cannot query resultSend Operator Card, Send Simple FreeSpin Operator Card, Send Simple FeatureGame Operator Card
100The server is busy, please try again laterService busyOpen Game

Error Code Classification

Success Codes

CodeDescription
0Request Successful, no error

Player Management Errors

CodeDescriptionPossible CauseHandling Suggestion
6Player Account already existsAttempted to create Player Account with an already registered Player AccountUse a different Player Account
8The User is not existQuerying or operating on a non-existent PlayerConfirm PlayerID or Player Account is correct, call Create Player API first
19Invalid Player AccountPlayer Account format error or abnormal statusCheck Player Account format and status
20Player wallet is temporarily lockedPlayer wallet temporarily locked for some reasonTry again later or contact Customer Support Team
CodeDescriptionPossible CauseHandling Suggestion
2Insufficient BalanceInsufficient Balance during withdrawal or BetCheck Player Balance to ensure sufficiency
3Transaction already existsUsing a duplicate transaction ID (transId)Use a new unique transaction ID
4Transaction does not existQuerying a non-existent transaction recordConfirm transaction ID is correct
35Transaction pendingTransaction is being processed, not yet completedWait or query transaction status
37Function not supportedThe queried transaction does not support this API functionConfirm whether the transaction is within the queryable range
78Duplicate Item transaction IDItem ID has been usedChange spinId parameter

Game Management Errors

CodeDescriptionPossible CauseHandling Suggestion
5Game does not existUsing an invalid Game Code or game has been delistedConfirm Game Code is correct
82Site ID mismatchSite ID does not correspond to PlayerContact Customer Support Team, provide logUUID
86Game rejected due to restrictionsThe game cannot be opened due to currency, region, etc.First, confirm whether the Game List document has a description, then contact Customer Support Team and provide logUUID
100Service is busy, unable to generate new game linkService has reached the maximum number of players, more players are rejected to ensure qualityTry again later

Query Bet Log Errors

CodeDescriptionPossible CauseHandling Suggestion
14Query Bet Logs does not existQuerying non-existent Query Bet Logs or incorrect txTimeConfirm betId and txTime parameters are correct

System Level Errors

CodeDescriptionPossible CauseHandling Suggestion
7Internal server errorServer internal errorContact Customer Support Team, provide logUUID
10Agent erroragentId or secret is incorrect, or Agent is blockedCheck authentication information, contact administrator to confirm status
11Parameter errorRequest parameters missing, format incorrect, or not meeting requirementsCheck all required parameters and format
77Too many requestsToo many requests sent in a short periodReduce request frequency, try again later
81Branch configuration not foundSystem configuration missingContact Customer Support Team
83Signature verification failedSignature calculation error or incorrect request headerCheck signature generation logic and request header
84Encryption failedEncryption key error or incorrect encryption methodCheck encryption configuration and implementation
85Key config setting errorEncryption setting read anomalyContact Customer Support Team
87Operator Card Parameter Combination ErrorPlease check the Operator Card sending rules for the corresponding APIReconfirm parameter rules or contact Customer Support Team
88Only one item can be active at a time in the same gamePlayer has another card active in the game that has not been used yetPlease ask the Player to re-enter the corresponding game and use it before sending again
89The item has not been used yet, or the spinId does not existSend Operator Card, Send Simple FreeSpin Operator Card, Send Simple FeatureGame Operator CardReconfirm whether the item has been used or if the item has expired and does not exist

10 - Agent Error

Occurs in the /v2/auth API, possible causes:

  1. Agent ID does not exist: Used an unregistered Agent ID
  2. Incorrect secret: The secret parameter does not match the agentId after decryption
  3. Agent is blocked: Agent ID has been deactivated by the system

Handling Suggestion:

  • Confirm agentId and secret are correct
  • Contact Customer Support Team to check Agent status
  • Check whether the x-agentid request header matches the agentId in the body

83 - Signature verification failed

This is the most common authentication error, which can be caused by the following:

  1. Incorrect signature string combination order

    • The correct order should be: agentId + secret + timestamp + nonce + cipherText
    • Use SHA256 (not HMAC-SHA256) for hashing
  2. Timestamp verification failed

    • Operator and server time difference exceeds the allowed range (usually ±1 minute)
    • Timestamp format error (should be a 13-digit millisecond timestamp)
  3. Nonce verification failed

    • Used a duplicate nonce value (must be unique for each request)
  4. Missing or incorrect request header

    • Missing required request headers: x-agentid, x-timestamp, x-nonce, x-signature
    • Request header values are inconsistent with the values used for actual signature calculation

Handling Suggestion:

  • Refer to Authentication Overview to check the signature generation logic
  • Ensure server time synchronization (using NTP)
  • Generate a new nonce for each request
  • Confirm all request headers are correctly set

84 - Encryption failed

Encryption/decryption related errors:

  1. Incorrect encryption method: Must use AES-256-GCM
  2. Incorrect key: Encryption key configured incorrectly
  3. Incorrect data format: Incorrect data format before encryption

Handling Suggestion:

  • Check whether the encryption implementation uses AES-256-GCM
  • Confirm the encryption key is correct
  • Refer to the encryption example in Authentication Overview

Game Type Mapping Table

CodeDescription
1Slots

Language

CodeDescription
enEnglish (Default Language; if VP does not support the corresponding Language, then it's the default Language)
zh-HansSimplified Chinese
thThai
myBurmese
idIndonesian
viVietnamese
jpJapanese
ptPortuguese
koKorean
tlTagalog
hiHindi
msMalay
bnBengali
esSpanish

Currencies

CodeDescription
AUDAustralian Dollar
BDTBangladeshi Taka
BRLBrazilian Real
CADCanadian Dollar
CNYChinese Yuan
EGPEgyptian Pound
EUREuro
GBPBritish Pound
HKDHong Kong Dollar
IDRIndonesian Rupiah (1:1000)
IDR1Indonesian Rupiah (1:1)
INRIndian Rupee
JPYJapanese Yen
KHRCambodian Riel
KRWSouth Korean Won (1:1)
KRW1South Korean Won (1:1000)
LAKLao Kip (1:1000)
LAK1Lao Kip (1:1)
LKRSri Lankan Rupee
MMKMyanmar Kyat (1:1000)
MMK1Myanmar Kyat (1:1)
MXNMexican Peso
MYRMalaysian Ringgit
MYR1Malaysian Ringgit (displayed 100:1 in game)
NPRNepalese Rupee
NZDNew Zealand Dollar
PHPPhilippine Peso
PKRPakistani Rupee
THBThai Baht
THB1Thai Baht (displayed 100:1 in game)
USDUS Dollar
USDTTether
VNDVietnamese Dong (1:1000)
VND1Vietnamese Dong (1:1)
ZARSouth African Rand

Transaction Source Codes

CodeDescription
1Normal Bet
2Task System
3Prize
4System Reward
5Treasure Chest
6Cash Ticket
7Multi Quest
8Card
9Operator Card