Void Payment Parameters
The action request URL for VOID is com.finexuscards.yippiepos.xxx.VOID
- Request Parameters
- Response Parameters
Configure the PmtType
field for Card and QR payment options.
Mandatory / Conditional Fields
Field Name | Type | Length | Description | Example |
---|---|---|---|---|
MsgVer | String | 20 | Version number. | "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 | Unique transaction ID assigned by caller application. Note: Caller app, may generate a random UUID for this purpose. | "C5460ED3C5574F71AEFD63C1FDE495E5" |
LocalTxnDTTime | Int | 16 | Local date and time in which the void transaction takes place in. Format: YYYYMMDDMMDDhhmmss Note: Refer to LocalTxnDtTime field in Sales Response Parameters. | "20200131091025" |
Email | String | 100 | User email address to login. | "wyongkeat@email.com" |
Pwd | String | 16 | User password to login. | "ABCD1234" |
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" |
CrcyTxn | Int | 3 | ISO 4217 numeric currency code of this transaction. | "458" |
STAN | Int | 6 | System Trace Audit Number of the original transaction to be voided. Note: Refer to STAN field in Sales Response Parameters. | "058382" |
AuthIdResp | String | 16 | Authorization code of the original transaction to be voided. Note: Refer to AuthIdResp field in Sales Response Parameters. | "484684" |
RRN | String | 12 | Retrieval reference number of the original transaction to be voided. Note: Refer to RRN field in Sales Response Parameters. | "307219058382" |
MRN | String | 40 | Merchant Reference Number of the original transaction to be voided. Note: Refer to MRN field in Sales Response Parameters. | "23072AMgLI" |
TxnTyp | String | 3 | Conditional field Transaction type. Mandatory if mQPOS integrate with ECR via Bluetooth or USB Serial Cable. | "VOD" - Void transaction |
Mandatory / Conditional Fields
Field Name | Type | Length | Description | Example |
---|---|---|---|---|
MsgVer | String | 20 | Version number. | "1.0" |
TxnID | String | 20 | Transaction ID; same value from the request. | "79112E72300E440891F60E14039C2DFD" |
ResultCode | String | 3 | Result code specified by mQPOS or mPOS device. It is the resultCode parameter in onActivityResult() 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" |