0

We are building some shopping Website.Payment option we want to provide are: 1.Master card 2.Visa 3.PayPal How to Integrate this facility in our application? Is there any API for this?

Rushikesh Talokar
  • 1,515
  • 4
  • 16
  • 32

2 Answers2

3

I wrote an answer to a similar question yesterday. It explains some of your options: solution for credit card acquiring and paypal in the USA for web sites

Community
  • 1
  • 1
mfanto
  • 14,168
  • 6
  • 51
  • 61
0

PayPal has an API. MasterCard and Visa are not payment providers so they don't have APIs, but there are payment processors that you can work with such as WorldPay or your bank's Merchant Account provider, if they let you have one.

Mike Brind
  • 28,238
  • 6
  • 56
  • 88
  • 2
    MasterCard now has a variety of APIs in the works: https://developer.mastercard.com/portal/display/api/Payments – Robot Woods Feb 01 '12 at 21:00