Returns an Transaction object details are needed by Document No if a valid identifier was provided. Depending on the payment method, different information will be available. * API Calling limit 10 Times/min (Maximun 10 time per minute).
POST https://{api_URL}/api/getCryptoTransStatusByDocNo
QUERY PARAMETERS
Field | Type | Description |
---|---|---|
docNo | string | (*Required) Document No Generate by gateway system. * Unique. Example: DSXXXXXXXX88 |
QUERY PARAMETERS
Field | Type | Description |
---|---|---|
docNo | string | (*Required) Document No Generate by payment system. * Unique. Example: DSXXXXXXXX88 |
currencyCode | string | (*Required) This currency symbols codes of the currencies supported to specify the currency of monetary. Example: USDT |
referCode | string | (*Required) Reference code by merchant unique code. * Unique. Example: RF-5242214199 |
coinCode | float | (*Required) Coin Code. Eg. ETH / TRX. Example: TRX |
exCurrencyCode | string | Exchange Currency Code. Eg. MYR / THB / IDR / VND. Example: MYR |
toAddr | string | (*Required) Deposit to the Account of Crypto Address. Example: TXf5jhWZGYDYmsSU3AQkQ8tYiUoY4DxVsV |
transType | string | (*Required) Transaction Type. Eg: DEPOSIT / WITHDRAW. Example: DEPOSIT |
transStatus | string | (*Required) Transaction Status. Eg: PENDING / PROCESS / FAILURE / CONFIRM. Example: PENDING |
amount | float | (*Required) The amount in currency to be transferred. * Maximun supported 4 decimals. Example: 87.8787 |
fee | float | (*Required) Charge the fee for each transaction amount. * Maximun supported 4 decimals. Example: 1.6100 |
createdBy | string | (*Required) Transaction Owner name / User name. Example: transaction_user_owner |
createdAt | string | (*Required) Transaction Date & Time. * Datetime format : yyyy-MM-dd HH:mm:ss Example: 2022-01-04 13:29:46 |