Difference between revisions of "Template:Samples"

From Cloud9 Payment Processing Gateway Documentation
Jump to: navigation, search
(API for Point of Sale)
(API for Point of Sale)
Line 25: Line 25:
 
# Service Discovery (No need for IP address or port processing)
 
# Service Discovery (No need for IP address or port processing)
 
# Auto-Reconnect
 
# Auto-Reconnect
# Event call-backs for pin-pad notifications
+
# Event call-backs for payment terminal/pin-pad notifications
  
 
For more info see '''[[Cloud9 API]]'''
 
For more info see '''[[Cloud9 API]]'''

Revision as of 21:42, 27 April 2017


WebTrans Screenshot

WebTrans Gateway

The simplest way to use Cloud9. Point Of Sale uses Cloud9s call-back web page to process payments
For more info see Cloud9 WebTrans Payment Processing Call-Back Web Page












HTTP API Sample Screenshot

HTTP Web API Integration

Simple HTTP based web API integration. For more info see HTML Web API
















HTTP API Sample Screenshot

API for Point of Sale

DLL based cross platform full-featured API:

  1. Automatic Time-Out-Reversal Handling
  2. Automatic Load-Balancing.
  3. Service Discovery (No need for IP address or port processing)
  4. Auto-Reconnect
  5. Event call-backs for payment terminal/pin-pad notifications

For more info see Cloud9 API
























JSON

Simple Purchase Payment Request & Response

{

 "GMID":"10XXXXXX50",
 "GTID":"GTXXXXXXX53",
 "GMPW":"XXX",
 "TransType":"Auth",
 "Medium":"Credit",
 "MainAmt":"123",
 "IncTaxAmt":"56",
 "SourceTraceNum":"123456"

}

{

 "Status": "success",
 "ResponseCode": "00",
 "AuthCode": "12345A"

}