Skip to main content

Refund Payment Parameters

note

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

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"
RefundTxnIDString50Unique transaction ID assigned by caller application.

Note: Caller app, may generate a random UUID for this purpose.
"C5460ED3C5574F71AEFD63C1FDE495E5"
OriTxnIDString50Original transaction ID

The transaction of the payment to be refund.
"C5460ED3C5574F71AEFD63C1FDE495E5"
LocalTxnDTTimeInt16Local date and time in which the refund 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"
RefundAmtNumber12Refund amount

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"
OptInPmtAckmntString1Opt-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"