Difference between revisions of "API iPassThruManager (DEPRECATED)"

From Cloud9 Payment Processing Gateway Documentation
Jump to: navigation, search
(Created page with "{{Template:C9Header|iPassThruManager (DEPRECATED)}} iPassthruManager IPassthruManager is a virtual payment terminal, which communicates with Multiplexer. Multiplexer is a Clou...")
 
Line 2: Line 2:
 
iPassthruManager
 
iPassthruManager
 
IPassthruManager is a virtual payment terminal, which communicates with Multiplexer. Multiplexer is a Cloud Based Payment Terminal Communication Server. All TCP based pin
 
IPassthruManager is a virtual payment terminal, which communicates with Multiplexer. Multiplexer is a Cloud Based Payment Terminal Communication Server. All TCP based pin
pads are controlled by the Multiplexer. <br> NO STORE & FORWARD SUPPORT!</BR>
+
pads are controlled by the Multiplexer. <br> NO STORE & FORWARD SUPPORT!
 
#  Implement the protocol IPassthruNotificationSupport
 
#  Implement the protocol IPassthruNotificationSupport
 
#  Call initWithDelegate to instantiated the iPassthruManager class.
 
#  Call initWithDelegate to instantiated the iPassthruManager class.

Revision as of 20:51, 18 January 2018




Cloud9 Payment Gateway Documentation. This site can also be reached at http://docs.cloud9paymentgateway.com

iPassthruManager IPassthruManager is a virtual payment terminal, which communicates with Multiplexer. Multiplexer is a Cloud Based Payment Terminal Communication Server. All TCP based pin pads are controlled by the Multiplexer.
NO STORE & FORWARD SUPPORT!

  1. Implement the protocol IPassthruNotificationSupport
  2. Call initWithDelegate to instantiated the iPassthruManager class.
  3. Call setConnectionWithHost to set the Multiplexer host and port
  4. Call Start to connect to Multiplexer and connect to the payment terminal via bluetooth
  5. Call Stop to disconnect the above

connections.

Protocol Reference

IPassthruManagerNotifyClient is used for payment terminal communication event notifications. IPassthruManagerNotifySSL is used for Multiplexer communication event notifications.
ServerToClientDataSent is triggered after sending data to ICM122.
ClientToServerDataSent is triggered after sending data to Multiplexer.
HttpsDataReceived is triggered when a Cloud-PDC response is receieved.
HttpsErrorOccurred is triggered when the https connection encounter a error.






From the makers of Cloud9 Payment Processing Gateway and Creditline Credit Card Processing Software