Sales Completion Payment Parameters
The action request URL for Sales Completion is com.finexuscards.yippiepos.xxx.SALESCOMPLETION
- Request Parameters
- Response Parameters
Mandatory / Conditional 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" |
LocalTxnDTTime | Int | 14 | Local date and time of transaction – Format: YYYYMMDDhhmmss | "20200131091025" |
Email | String | 100 | User email address to login. | "wyongkeat@email.com" |
Pwd | String | 16 | User password to login. | "ABCD1234" |
CompletionAmt | 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" |
CrcyTxn | Int | 3 | ISO 4217 numeric currency code of this transaction. | "458" |
RRN | String | 12 | A retrieval ref number generated by the acquirer host. | "307219058382" |
STAN | String | 6 | System Trace Audit Number of the pre-authorization transaction. | "058382" |
AuthIdResp | String | 16 | Authorization code of the pre-authorization transaction. | "484684" |
Optional Fields
| Field Name | Type | Length | Description | Example |
|---|---|---|---|---|
OptInPmtAckmnt | String | 1 | Opt-in payment acknowledgement feature. | "Y" - Payment acknowledgement will be showed if payment successful. "N" - Payment acknowledgement will not be showed if payment successful. Default is "Y" |
Mandatory / Conditional Fields
| Field Name | Type | Length | Description | Example |
|---|---|---|---|---|
MsgVer | String | 20 | Version number echo from the request. | "1.0" |
TxnID | String | 20 | Transaction ID from the request. | "79112E72300E440891F60E14039C2DFD" |
ResultCode | String | 3 | 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" |