Transaction Based on Document No (Crypto)

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


request

QUERY PARAMETERS

FieldTypeDescription
docNostring(*Required) Document No Generate by gateway system. * Unique.
Example: DSXXXXXXXX88

Response

QUERY PARAMETERS

FieldTypeDescription
docNostring(*Required) Document No Generate by payment system. * Unique.
Example: DSXXXXXXXX88
currencyCodestring(*Required) This currency symbols codes of the currencies supported to specify the currency of monetary.
Example: USDT
referCodestring(*Required) Reference code by merchant unique code. * Unique.
Example: RF-5242214199
coinCodefloat(*Required) Coin Code. Eg. ETH / TRX.
Example: TRX
exCurrencyCodestringExchange Currency Code. Eg. MYR / THB / IDR / VND.
Example: MYR
toAddrstring(*Required) Deposit to the Account of Crypto Address.
Example: TXf5jhWZGYDYmsSU3AQkQ8tYiUoY4DxVsV
transTypestring(*Required) Transaction Type. Eg: DEPOSIT / WITHDRAW.
Example: DEPOSIT
transStatusstring(*Required) Transaction Status. Eg: PENDING / PROCESS / FAILURE / CONFIRM.
Example: PENDING
amountfloat(*Required) The amount in currency to be transferred. * Maximun supported 4 decimals.
Example: 87.8787
feefloat(*Required) Charge the fee for each transaction amount. * Maximun supported 4 decimals.
Example: 1.6100
createdBystring(*Required) Transaction Owner name / User name.
Example: transaction_user_owner
createdAtstring(*Required) Transaction Date & Time. * Datetime format : yyyy-MM-dd HH:mm:ss
Example: 2022-01-04 13:29:46