Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

NetTuts.com:
How to Process Credit Cards with PayPal Payments Pro Using PHP
Jun 08, 2012 @ 14:17:47

NetTuts.com has a new tutorial posted today about processing payments with PayPal using their "Payments Pro" API and a handy library that makes it pretty simple.

While one of its most popular features is the ability to simply sign in to your PayPal account to submit payments, merchants using PayPal can also accept credit cards directly just like a traditional merchant account solution would provide. PayPal calls this solution Payments Pro, and I’m going to show you exactly how you can process credit cards directly with PayPal’s API using their Payments Pro web service API’s.

They've broken it up into the different steps including:

  • Setting up the configuration
  • Creating a first API request
  • Sending the HTTP request to the PayPal API (via curl)
  • Parsing the response
tagged: paypal paymentspro creditcard process tutorial

Link:


Trending Topics: