Transaction Details Enquiry
A transaction details enquiry checks the details of the transaction.
The action request URL for Transaction Details Enquiry is com.finexuscards.yippiepos.ENQUIRY
- Request Parameters
- Response Parameters
Mandatory Fields
| Field Name | Type | Length | Description | Example |
|---|---|---|---|---|
MsgVer | String | 20 | Version number echo from the request. | "1.0" |
CallerDeviceType | String | 20 | Caller device type. | "01" - Mobile Device "03" - Self-service Kiosk |
CallerDeviceVer | String | 20 | Application version number of the caller device. | "2.0.1" |
TxnID | String | 50 | Original transaction ID of the payment to be completed. | "C5460ED3C5574F71AEFD63C1FDE495E5" |
Email | String | 100 | User email address to login. | "wyongkeat@email.com" |
Pwd | String | 16 | User password to login. | "ABCD1234" |
Mandatory / Conditional Fields
| Field Name | Type | Length | Description | Example |
|---|---|---|---|---|
MsgVer | String | 20 | Version number echo from the request. | "1.0" |
TxnID | String | 100 | Transaction ID from the request. | "79112E72300E440891F60E14039C2DFD" |
ResultCode | String | 2 | Result code responded by mQPOS. It is the resultCode parameter in onActivityResult() *Note: Caller app shall examine this field and determine whether the payment transaction was completed successfully or failed. Please refer to Appendix 3 for details. | "00" |
RespCd | String | 2 | Conditional field Response returned from acquiring host. Please refer to Appendix 2 for details. | "00" |
OrgRespCd | String | 2 | Conditional field Original response code from issuer/bank. | "00" |
HTR | String | 20 | Conditional field Host Transaction Reference. | "307219058382" |
AuthIdResp | String | 16 | Conditional field Authorization code from issuer/bank for approved transaction only. The consumer should use this code as the reference to the approved payment transaction. | "484684" |
TxnStat | String | 2 | Conditional field Status of a transaction. Please refer to Appendix 3 for details. | "00 " |
RRN | String | 12 | Conditional field A retrieval ref number generated by the acquirer host. | "307219058382" |
TxnDT | Int | 14 | Local date and time of transaction – Format: YYYYMMDDhhmmss | "20200131091025" |
AmtTxn | Number | 12 | (Amount, Transaction) The purchase transaction amount in supported currency. No decimal point appears in this field; the decimal place is implied in Exponent of Transaction Amount according to CrcyTxn defined in ISO 4217 numeric currency code. | "000000010000" |
AmtRef | Number | 12 | Amount, Transaction. The refund amount in supported currency. | "1000" |
CrcyCd | String | 3 | Transaction Currency code. | "458" |