Skip to main content

Void Payment Parameters

note

Action request URL for VOID : com.finexuscards.yippiepos.xxx.VOID

Mandatory / Conditional Fields

Field NameTypeLengthDescriptionExample
MsgVerString20Version number."1.0"
CallerDeviceTypeString20Caller device type."01" – Mobile Device
"02" – Android EDC
"03" – Self-service Kiosk
CallerDeviceVerString20Application version number of the caller device."2.0.1"
TxnIDString50Unique transaction ID assigned by caller application.

Note: Caller app, may generate a random UUID for this purpose.
"C5460ED3C5574F71AEFD63C1FDE495E5"
LocalTxnDTTimeInt16Local date and time in which the void transaction takes place in.

Format: YYYYMMDDMMDDhhmmss

Note: Refer to LocalTxnDtTime field in Sales Response Parameters.
"20200131091025"
EmailString100User email address to login."wyongkeat@email.com"
PwdString16User password to login."ABCD1234"
AmtTxnNumber12(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"
CrcyTxnInt3ISO 4217 numeric currency code of this transaction."458"
STANInt6System Trace Audit Number of the original transaction to be voided.

Note: Refer to STAN field in Sales Response Parameters.
"058382"
AuthIdRespString16Authorization code of the original transaction to be voided.

Note: Refer to AuthIdResp field in Sales Response Parameters.
"484684"
RRNString12Retrieval reference number of the original transaction to be voided.

Note: Refer to RRN field in Sales Response Parameters.
"307219058382"
MRNString40Merchant Reference Number of the original transaction to be voided.

Note: Refer to MRN field in Sales Response Parameters.
"23072AMgLI"
TxnTypString3Conditional field
Transaction type.

Mandatory if mQPOS integrate with ECR via Bluetooth or USB Serial Cable.
"STX" - Sale transaction
"VOD" - Void transaction