Payment Processing API Documentation

From Cloud9 Payment Processing Gateway Documentation
Revision as of 06:29, 20 August 2017 by Zorrik (talk | contribs) (Flow)

Jump to: navigation, search




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

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

  1. Initialize the library

PgcInit("PgcSample");

  1. Connect to the library
    1. Create Connection Handle
    2. Open the Connection, specified by Connection Handle
  2. Create New Session
  3. Set Session Parameters
    1. Set MID/TID/PWD
    2. Set Transaction Type
    3. Set Transaction Medium (e.g. Credit Card)
    4. Set Transaction Parameters (e.g. Amount, Tax, Trace#)
  4. Send the Request for this Session
  5. Get Response for the Session
  6. 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

JSON API Documentation

MS Windows Samples

Windows Integration Samples

iOS Integration Samples

iOS Integration Samples

Android Integration Samples

Android Integration Samples





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