开发者

PayPal API to pay via credit card

开发者 https://www.devze.com 2023-03-21 18:09 出处:网络
I need to allow users to pay via Cre开发者_开发百科dit Card on my site. I\'m trying to find suitable API option but can\'t find it. I have implemented payment via PayPal so far, but now I need to allo

I need to allow users to pay via Cre开发者_开发百科dit Card on my site. I'm trying to find suitable API option but can't find it. I have implemented payment via PayPal so far, but now I need to allow users to pay via credit card without account on PayPal.

Anyone knows what specific payment type that is?


Here is one way:

First, you'll need a Website Payments Pro merchant account with PayPal. Then, become familiar with the DoDirectPayment API, which will allow you to process transactions on your site with PayPal working in the background. Customers will be able to fill out their credit card information, etc., on your site without visiting PayPal directly.

This also means that customers will not be required to have a PayPal account in order to make a transaction on your site.

If you proceed this way, you will need SSL certificates, and are required to implement Express Checkout for customers who do not want to make their transaction on your site.

Sample Code to get your feet wet. Good luck!

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号