Difference between revisions of "Template:Samples"
From Cloud9 Payment Processing Gateway Documentation
(→JSON) |
|||
Line 3: | Line 3: | ||
==WebTrans Gateway== | ==WebTrans Gateway== | ||
The simplest way to use Cloud9. Point Of Sale uses Cloud9s call-back web page to process payments<br> | The simplest way to use Cloud9. Point Of Sale uses Cloud9s call-back web page to process payments<br> | ||
− | For more info see [[Cloud9 WebTrans Payment Processing Call-Back Web Page]] | + | For more info see '''[[Cloud9 WebTrans Payment Processing Call-Back Web Page]]''' |
{{Template:ImageFiller}} | {{Template:ImageFiller}} | ||
<hr> | <hr> | ||
Line 10: | Line 10: | ||
==HTTP Web API Integration== | ==HTTP Web API Integration== | ||
Simple HTTP based web API integration. | Simple HTTP based web API integration. | ||
− | For more info see [[HTML Web API]] | + | For more info see '''[[HTML Web API]]''' |
{{template:ImageFiller}} | {{template:ImageFiller}} | ||
<br> | <br> | ||
Line 21: | Line 21: | ||
==API for Point of Sale== | ==API for Point of Sale== | ||
DLL based cross platform API | DLL based cross platform API | ||
− | For more info see [[Cloud9 API]] | + | For more info see '''[[Cloud9 API]]''' |
{{Template:ImageFiller}} | {{Template:ImageFiller}} | ||
{{Template:ImageFiller}} | {{Template:ImageFiller}} |
Revision as of 20:57, 27 April 2017
Contents
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 Web API Integration
Simple HTTP based web API integration.
For more info see HTML Web API
API for Point of Sale
DLL based cross platform API
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"
}