bool VoidSale(int, string, string, string, string, string, string, int)

Voids a previous Sale transaction in the batch that has not yet been settled. The OnKioEMVTransactionCompleted callback will have most of the parameters needed here. Trust Level Required: High

Parameters

Name Description
paymentAmount int
Total payment amount, in cents, or whatever the minor currency unit is for your device/configuration.
ReferenceId string
This is ReferenceID from the OnKioEMVTransactionCompleted callback.
CardHashToken string
This is CardHashToken from the OnKioEMVTransactionCompleted callback.
AuthCode string
This is AuthCode from the OnKioEMVTransactionCompleted callback.
AcqRefData string
This is AcqRefData from the OnKioEMVTransactionCompleted callback.
ProcessData string
This is ProcessData from the OnKioEMVTransactionCompleted callback.
deviceName (Optional) string
The name of the device.
taxAmount (Optional) int
Tax amount, in cents, or whatever the minor currency unit is for your device/configuration.

Return

True on success.