CheckOrderId

Check the OrderId that generated in DebitBalance/DebitAllBalance/CreditBalance is existing or not in our system.

Parameters
NameDescriptionType and LimitRequired?
methodMust be "CheckOrderId"String (32)Y
KeySecret keyString (32)Y
TimeCurrent time in "yyyyMMddHHmmss" formatDateTimeY
OrderIdThe OrderId used in
  • DebitBalance
  • DebitAllBalance
  • CreditBalance
String (64)Y
Result
NameDescriptionType and LimitRequired?
isExistThe OrderId exist or not
  • True - Existing
  • False - Not existing

If true, the Date, Type, Currency, Amount, Previous_Balance and Balance parameter will be returned
boolY
ErrorMsgIdError message:
0: Success
106: Server not ready. Try again later.
124: Database error
127: Invalid order ID format
ByteY
ErrorMsgError message detailStringY
DateTransaction timeDateTimeN
Type0 - Deposit
1 - Withdrawal
ByteN
CurrencyCurrency:
USD
Refer to Supported currencies
String (16)N
AmountTransfer amount (withdraw or deposit)
(decimal format and max. 2 decimal places)
DecimalN
Previous_BalanceAmount before adjustment (decimal format and max. 2 decimal places)DecimalN
BalanceAmount after adjustment (decimal format and max. 2 decimal places)DecimalN

Leave a Reply