Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.13 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.13 KB

#Bluesnap API
Bluesnap is an online payment processor as well as my previous employer :)
This project started from a code-example I wrote for fun during the weekend in order to see how difficult is it to implement our own API. Later on I used it to help Bluesnap merchants and finally I decided to take it one step further and implement more API calls.
At that point Ben Hultin came into the picture and was kind enough to help me implement the rest of the services.

The PHP code examples implement the following web-services:

  1. create and update shopper entities
  2. place orders
  3. manage subscriptions
  4. use a token in order to "log a customer into" your Buy-Page
  5. Implementations of all kind of Bluesnap-API tools
  6. and more...

It is recommended to start with reading the Web-Services section in Bluesnap documentation center: http://docs.bluesnap.com/ndoc/paymentAPIDoc2/Default.htm#GettingLive.htm

Codacy Badge