Check the OrderId that generated in DebitBalance/DebitAllBalance/CreditBalance is existing or not in our system.
ParametersName | Description | Type and Limit | Required? |
---|---|---|---|
method | Must be "CheckOrderId" | String (32) | Y |
Key | Secret key | String (32) | Y |
Time | Current time in "yyyyMMddHHmmss" format | DateTime | Y |
OrderId | The OrderId used in
| String (64) | Y |
Name | Description | Type and Limit | Required? |
---|---|---|---|
isExist | The OrderId exist or not
If true, the Date, Type, Currency, Amount, Previous_Balance and Balance parameter will be returned | bool | Y |
ErrorMsgId | Error message: 0: Success 106: Server not ready. Try again later. 124: Database error 127: Invalid order ID format | Byte | Y |
ErrorMsg | Error message detail | String | Y |
Date | Transaction time | DateTime | N |
Type | 0 - Deposit 1 - Withdrawal | Byte | N |
Currency | Currency: USD Refer to Supported currencies | String (16) | N |
Amount | Transfer amount (withdraw or deposit) (decimal format and max. 2 decimal places) | Decimal | N |
Previous_Balance | Amount before adjustment (decimal format and max. 2 decimal places) | Decimal | N |
Balance | Amount after adjustment (decimal format and max. 2 decimal places) | Decimal | N |