PHP Paypal Class

ε祈祈猫儿з 提交于 2019-12-01 04:28:08

If you have the freedom to pick a gateway, pick one that provides recurring billing services and APIs to us them. I know authorize.net does.

You really, really, really, don't want to store credit card information. Really.

If you want to do a "save my information" kind of thing, find a vendor that supports storing the card details for you. Braintree does this, and I'm sure other vendors do as well.

Just in case you are still interested in one. This one is working really great and extremely easy to implement:

http://www.micahcarrick.com/04-19-2005/php-paypal-ipn-integration-class.html

I published a class that really simplifies using the Paypal API, you can check it out over on Binpress. I just recently added recurring payments support

Paypal provides a very nice code snippet for processing paypal transactions, then it's just a matter of setting up a cron job that pulls from a DB what transactions to process.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!