Difference between revisions of "Payment Processing API Documentation"
From Cloud9 Payment Processing Gateway Documentation
(→API Documentation) |
(→Flow) |
||
Line 11: | Line 11: | ||
==Flow== | ==Flow== | ||
#Initialize the library | #Initialize the library | ||
+ | <code>PgcInit("PgcSample"); | ||
#Connect to the library | #Connect to the library | ||
##Create Connection Handle | ##Create Connection Handle |
Revision as of 06:29, 20 August 2017
Cloud9 Payment Gateway Documentation. This site can also be reached at http://docs.cloud9paymentgateway.com
Contents
Step One
Please, review the Developer Guide to determine the best integration approach, before diving into the API Documentation below.
API Documentation
Overview
The following document will give a good idea of how to use our Payment Gateway Client API (PGCApi), which have wrappers for other languages (VB, JS, etc) This is a simpler value pair operation library
Flow
- Initialize the library
PgcInit("PgcSample");
- Connect to the library
- Create Connection Handle
- Open the Connection, specified by Connection Handle
- Create New Session
- Set Session Parameters
- Set MID/TID/PWD
- Set Transaction Type
- Set Transaction Medium (e.g. Credit Card)
- Set Transaction Parameters (e.g. Amount, Tax, Trace#)
- Send the Request for this Session
- Get Response for the Session
- Close the Session
→ Online Documentation: Payment Gateway Client Library ver 17.08.14 documentation
Samples
Web Browser Samples
Web Browser Integration Samples
RESTFul JSON/SOAP
MS Windows Samples
iOS Integration Samples
Android Integration Samples
From the makers of Cloud9 Payment Processing Gateway and Creditline Credit Card Processing Software