Direct Payment Integrator V6 - Online Help
Direct Payment Integrator V6
Questions / Feedback?

DataPacketOut Event

Fired when sending a data packet to the transaction server.

Syntax

 virtual int FireDataPacketOut(EMVKeyMgrDataPacketOutEventParams *e);

 
typedef struct {
char* DataPacket;
int lenDataPacket;
int reserved;
} EMVKeyMgrDataPacketOutEventParams;

Remarks

This event fires right before each data packet is sent. The entire data packet (including all framing and error detection characters) is contained in the parameter "DataPacket". This parameter may be inspected for advanced troubleshooting.

This event is only applicable when Platform is set to Paymentech.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0