Difference between revisions of "Payment Processing Developer Guide"

From Cloud9 Payment Processing Gateway Documentation
Jump to: navigation, search
(Integration Options)
 
(23 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Template:C9Header|Developer Guide}}
 
{{Template:C9Header|Developer Guide}}
=Overview=
 
'''This section is under construction. Please contact us directly @ 561-392-9606 x 701 for information on limited Cloud9 release.'''
 
 
=Environment & Client Options=
 
=Environment & Client Options=
 
Being a cloud based system, Cloud9 has few restrictions on the integration options.
 
Being a cloud based system, Cloud9 has few restrictions on the integration options.
 
The following are some of the possibilities:
 
The following are some of the possibilities:
 
* Windows
 
* Windows
 +
* Web Browser
 
* Unix/Linux
 
* Unix/Linux
 
* Android
 
* Android
* iPhone
+
* iOS
 
* OS X
 
* OS X
 
* Custom
 
* Custom
Line 30: Line 29:
 
|-
 
|-
 
|
 
|
|}
 
 
==Payment Device Control Services==
 
<br>
 
{| style=" border: 1px dashed red; width="400px"
 
|- style="vertical-align: top;"
 
|[[File:PDCClientCloud.jpg|none|600px|Main Cloud9 Payment Processing Gateway Integration Diagram]]
 
|-
 
|The client can communicate directly with the cloud or Payment Device Controller via SOAP, JSON or using the wizard like wrapper, written in C/C++/Java.
 
 
|}
 
|}
  
Line 49: Line 39:
 
|}
 
|}
  
=Integration Options=
+
=Integration Options and Working Samples=
 
Please choose the integration scenario below, to dive into more detail:
 
Please choose the integration scenario below, to dive into more detail:
[[image:webtrans.jpg|thumb|WebTrans Screenshot|link=Cloud9 WebTrans Payment Processing Call-Back Web Page]]<br>
 
==WebTrans Gateway==
 
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]]
 
<br>
 
<Br>
 
<br>
 
<br>
 
<Br>
 
<br>
 
<br>
 
{{Template:ImageFiller}}
 
 
[[image:webapi.jpg|thumb|200px|HTTP API Sample Screenshot|link=Cloud9 Web API]]<br>
 
==HTTP Web API Integration==
 
Simple HTTP based web API integration.
 
For more info see [[Cloud9 Web API]]
 
<br>
 
<Br>
 
<br>
 
<br>
 
<Br>
 
<br>
 
<br>
 
<br>
 
<br>
 
 
==API for Point of Sale==
 
In this section we will discuss the integration options for developers of conventional Point Of Sale (POS) systems.
 
<br>'''There are two main options:'''
 
# Default: POS uses a payment terminal/pin pad ('''DEFAULT'''/[[Glossary:Card Present|Card Present]] scenario)<br><!--Proceed to the [[Cloud9 Payment Device Controller API Guide]]-->
 
# POS does '''NOT''' use a payment terminal/pin pad ([[Glossary:Card Not Present|Card Not Present]] scenario), or you have already integrated a pin pad into your system<br><!--Proceed to the [[Cloud9 Direct API Guide]]-->
 
 
&rarr; Please, see the '''[http://cloud9paymentgateway.com/files/API/samples mini-POS developer package]''' (download, unzip the file and run the executable, the code is in the INC directory)
 
 
==SOAP/XML==
 
===Simple Purchase Payment Request & Response===
 
<code><Request>
 
  <Type>Purchase</Type>
 
  <TotalAmount>10.00</TotalAmount>
 
</Request>
 
<Response>
 
  <Result>Queued</Result>
 
  <TrxToken>1234ABCD</TrxToken>
 
</Response></code>
 
 
===Simple Payment Status Request & Response===
 
<code><Request>
 
  <Type>Query</Type>
 
  <TrxToken>1234ABCD</TrxToken>
 
</Request>
 
<!-- Payment Status Query Response-->
 
<Response>
 
  <Result>Approved</Result>
 
  <ApprovedAmount>10.00</ApprovedAmount>
 
  <AccountBalanceAmount>50.00</AccountBalanceAmount>
 
  <AccountType>Credit</AccountType>
 
  <AccountAssnCode>VS</AccountAssnCode>
 
  <AccountNumber>411111XXXXXX1111</AccountNumber>
 
  <AccountToken>7890XYZ</AccountToken>
 
</Response></code>
 
 
<br>
 
<br>
 +
{{Template:samples}}
  
 
=Documentation=
 
=Documentation=

Latest revision as of 20:06, 7 February 2018




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

Environment & Client Options

Being a cloud based system, Cloud9 has few restrictions on the integration options. The following are some of the possibilities:

  • Windows
  • Web Browser
  • Unix/Linux
  • Android
  • iOS
  • OS X
  • Custom

Services

Cloud9 Payment Gateway

Cloud9 is essentially a multi-merchant/multi processor switch. Cloud9 reduces the complexity of direct processor and payment terminal programming, certification and compliance by presenting a simple unified interface to the developer with numerous interface options. The core communications are conducted via TLS/SOAP/JSON with wrappers in C/C++/Java, if desired.

Back-Office Reporting Gateway

Cloud9 has a full suite of Back Office Reporting, which can be extended and scripted.

Payment Device Controller (PDC)

Optional Payment Device Controller (PDC) hides the complexity of low level communications with the payment terminals and adds Offline Store & Forward functionality, if desired. The client (POS/web page/mobile device, etc) can communicate with the PDC, which will in turn control the payment perminal/pin pad and relate the processing instructions to the Cloud9 Payment Gateway. This is the easiest form of integration and it is recommended.
Note: Variations of Payment Device Controller are Payment Mobile Controller (PMC) and Payment Web Controller (PWC), dealing with mobile and web based payment processing functionality respectively.

→ OPTION1: Local Payment Device Controller with Store and Forward Capability


Main Cloud9 Payment Processing Gateway Integration Diagram
The client can communicate with a local Payment Device Controller (PDC) via SOAP, JSON or using the wizard like wrapper, written in C/C++/Java.

→ OPTION2: No Local Software - Direct Cloud Connection to Cloud9 Payment Web Controller (PWC)

Cloud9 PWC Direct Integration Diagram
The client can communicate directly with the cloud Payment Web Controller (PWC) via SOAP, JSON or using the wizard like wrapper, written in C/C++/Java.


Payment Device Controller Setup

Please, see Cloud9 Payment Device Controller Setup

System & Process Diagrams

POS System Diagram

Cloud9DiagramPOSDetail.jpg

Cloud9 Process Diagram

Cloud9ProcessDiagram.jpg

Integration Options and Working Samples

Please choose the integration scenario below, to dive into more detail:

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

Documentation

Payment Processing API Documentation





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