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/getTransStatusByDocNo
QUERY PARAMETERS
Field | Type | Description |
---|---|---|
docNo | string | (*Required) Document No Generate by gateway system. * Unique. Example: DSXXXXXXXX88 |
QUERY PARAMETERS
Field | Type | Description |
---|---|---|
referCode | string | (*Required) Reference code by merchant unique code. * Unique. Example: RF-5242214199 |
fromBank | string | (*Required) Sender Bank code in the checkout from the customer as a payment method to be selected. Example: MBB |
docNo | string | (*Required) Document No Generate by payment system. * Unique. Example: DSXXXXXXXX88 |
amount | float | (*Required) The amount in currency to be transferred. * Maximun supported 4 decimals. Example: 87.8787 |
transType | string | (*Required) Transaction Type. Eg: DEPOSIT / WITHDRAW. Example: DEPOSIT |
transStatus | string | (*Required) Transaction Status. Eg: PENDING / PROCESS / FAILURE / CONFIRM. Example: PENDING |
currencyCode | string | (*Required) This currency symbols codes of the currencies supported to specify the currency of monetary. Example: MYR |
fee | float | (*Required) Charge the fee for each transaction amount. * Maximun supported 2 decimals. Example: 1.61 |
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 |
QUERY PARAMETERS
Field | Type | Description |
---|---|---|
referCode | string | (*Required) Reference code by merchant unique code. * Unique. Example: RF-5242214199 |
toBankCode | string | (*Required) Receiver Bank code in the checkout from the customer as a payment method to be selected. Example: HLB |
toBankAccName | string | (*Required) Receiver Bank Account Name. Example: your bank account name |
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: MYR |
amount | float | (*Required) The amount in currency to be transferred. * Maximun supported 4 decimals. Example: 87.8787 |
transType | string | (*Required) Transaction Type. Eg: DEPOSIT / WITHDRAW. Example: DEPOSIT |
transStatus | string | (*Required) Transaction Status. Eg: PENDING / PROCESS / FAILURE / CONFIRM. Example: PENDING |
fee | float | (*Required) Charge the fee for each transaction amount. * Maximun supported 2 decimals. Example: 1.61 |
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 |