atharahmed / api-demo

Demonstrates the functionality of the API and how to use PayTrace's Client Side Encryption library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository contains instructions and information for using the Paytrace JSON API (code name: Hermes). A general directory structure follows:

/dot_net -- code samples and documentation for using the JSON API with the C# language /java -- code samples and documentation for using the JSON API with the Java language /php -- code samples and documentation for using the JSON API with the PHP language /ruby -- code samples and documentation for using the JSON API with the Ruby language

Note that most languages have many ways to achieve the same process. All that are needed to communicate with the JSON API are an OAuth 2 capable client library and an HTTP connection library.

Note also that OAuth 2 authentication can also be done "in the raw" without a library, by simply observing the basic rules of interaction with the OAuth system, and with the Paytrace API server. OAuth 2 client libraries simply make this process easier and more transparent to the developer.

About

Demonstrates the functionality of the API and how to use PayTrace's Client Side Encryption library


Languages

Language:C# 41.2%Language:PHP 33.6%Language:Ruby 9.8%Language:HTML 7.2%Language:ASP 3.9%Language:Java 3.5%Language:CSS 0.3%Language:JavaScript 0.3%Language:Shell 0.2%