Difference between revisions of "Template:Samples"

From Cloud9 Payment Processing Gateway Documentation
Jump to: navigation, search
(JSON)
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
<hr>
+
==Web Browser Samples==
[[image:webtrans.jpg|thumb|WebTrans Screenshot|link=Cloud9 WebTrans Payment Processing Call-Back Web Page]]<br>
+
[[HTML_Web_API|Web Browser Integration Samples]]
==WebTrans Gateway==
+
==RESTFul JSON/SOAP==
The simplest way to use Cloud9. Point Of Sale uses Cloud9s call-back web page to process payments<br>
+
[[JSON API Documentation]]
For more info see '''[[Cloud9 WebTrans Payment Processing Call-Back Web Page]]'''
+
==MS Windows Samples==
{{Template:ImageFiller}}
+
[[Windows Integration Samples]]
<hr>
+
==iOS Integration Samples==
 
+
[[iOS Integration Samples]]
[[image:webapi.jpg|thumb|650px|HTTP API Sample Screenshot|link=HTML Web API]]<br>
+
==Android Integration Samples==
==HTTP Web API Integration==
+
[[Android Integration Samples]]
Simple HTTP based web API integration.
 
For more info see '''[[HTML Web API]]'''
 
{{template:ImageFiller}}
 
<br>
 
<br>
 
<br>
 
<br>
 
<hr>
 
 
 
[[image:cloud9api.jpg|thumb|650px|HTTP API Sample Screenshot|link=Cloud9 API]]<br>
 
==API for Point of Sale==
 
DLL based cross platform API
 
For more info see '''[[Cloud9 API]]'''
 
{{Template:ImageFiller}}
 
{{Template:ImageFiller}}
 
<hr>
 
 
 
==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"
 
}
 

Latest revision as of 03:02, 21 November 2018

Web Browser Samples

Web Browser Integration Samples

RESTFul JSON/SOAP

JSON API Documentation

MS Windows Samples

Windows Integration Samples

iOS Integration Samples

iOS Integration Samples

Android Integration Samples

Android Integration Samples