pradeepgems Planetauthorize payment gateway with php

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
pradeepgems
Forum Newbie
Posts: 4
Joined: Thu Mar 11, 2010 10:52 am

pradeepgems Planetauthorize payment gateway with php

Post by pradeepgems »

Hi,

As I have been working around Planetauthorize payment gateway, I thought of posting my knowledge to share with other developers. Planetauthorize.net is payment gateway like other payment gatways and has features like recurring billing, customer vault, etc. Though the developer documents not well documented, still we can understand the procedures and implementations. Its very easy to implemet. Firstly lets take a look at the implementation points.

There are two primary options in which transactions can be submitted through the Payment Gateway API. The simplest, most direct, and transparent method is our Direct Post Method. This document describes the Direct Post Method.

Direct Post Method :

1. The customer sends their payment information to the merchant’s web site.
2. The merchant’s web site posts the payment data to the Payment Gateway.
3. The Payment Gateway responds immediately with the results of the transactions.
4. The merchant’s web site displays the appropriate message to the customer.

Some of the userful URLs to understand the Planetauthorize developments:
http://www.planetauthorize.net/index-4.html
http://www.planetauthorize.net/assets/P ... ze_API.pdf
http://www.planetauthorize.net/assets/r ... e-code.pdf
http://www.planetauthorize.net/assets/C ... lt-API.pdf

This helps developer to understand about the Planetauthorize.net implementation part. Your questions can be posted under this topic.

~Pradeep
Post Reply