/n software 3-D Secure V2 PHP Edition

Questions / Feedback?

DataPacketOut Event

Fired when sending a data packet to the server.

Object Oriented Interface

public function fireDataPacketOut($param);

Procedural Interface

ipworks3ds_mpi_register_callback($res, 3, array($this, 'fireDataPacketOut'));

Parameter List


'datapacket'

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, or may be modified to support additional features beyond the scope of this class.

Copyright (c) 2022 /n software inc. - All rights reserved.
/n software 3-D Secure V2 PHP Edition - Version 2.2 [Build 8162]