Magtek Universal SDK Programmer's Manual page 59

Table of Contents

Advertisement

Appendix C - EMV Transaction Flow
// #4
@Override
public void OnEvent(EventType eventType, IData data)
{
byte[] ARQC = null;
switch (eventType);
{
case EventType.AuthorizationRequest:
// #4a
// Forward ARQC to processor.
/* data[0..1] – ARQC length
data[2..n] – remainder contains the ARQC TLV object */
IData processorARPC;
procARPC.byteArray = sendForAuthorization(data.ByteArray());
// #4b
// Send authorization to device when not in QuickChip mode.
if (transaction.QuickChip == false)
{
device.sendAuthorization(procARPC.ByteArray());
}
break;
}
}
MagTek Universal SDK| For MMS Devices | Programmer's Manual ( Java )
Page 59

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Universal SDK and is the answer not in the manual?

Related Products for Magtek Universal SDK

Table of Contents