PayTrace / 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#.NET 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

Note:

  1. 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.
  2. 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# 48.2%Language:PHP 38.5%Language:ASP.NET 4.6%Language:Java 4.0%Language:HTML 3.8%Language:Hack 0.8%Language:Shell 0.0%