Transfer fund to user’s balance.
ParametersName | Description | Type and Limit | Required? |
---|---|---|---|
method | Must be "CreditBalance" | String (32) | Y |
Key | Secret key | String (32) | Y |
Time | Current time in "yyyyMMddHHmmss" format | DateTime | Y |
Username | Username | String (28) | Y |
OrderId | Order ID: IN+YYYYMMDDHHMMSS+Username e.g. “IN20131129130345peter1235” | String (64) | Y |
CreditAmount | Credit amount | Decimal | Y |
Name | Description | Type and Limit | Required? |
---|---|---|---|
Username | Username | String (28) | Y |
Balance | Active Balance, excluding BetAmount & WithholdAmount | Decimal | Y |
BetAmount | Total amount withhold by unfinished slot games and table games | Decimal | Y |
WithholdAmount | Total amount withhold by unfinished fishing games | Decimal | Y |
CreditAmount | Credited amount. | Decimal | Y |
OrderId | Order ID | String (64) | Y |
ErrorMsgId | Error message: 0: Success 106: Server not ready. Try again later. 108: Username length/format incorrect 116: Username does not exist 120: Amount must be larger than zero 121: Not enough points to credit/debit 122: Order ID already exists 124: Database error 127: Invalid order ID format 142: Error Parameter 145: Parameter decimal point greater than 2 | Byte | Y |
ErrorMsg | Error message detail | String | Y |