PHP 贝宝类

2021-12-29 00:00:00 php paypal paypal-subscriptions

有人可以推荐一个使用 PHP 处理贝宝定期付款的最新课程(或支付系统)吗?

Could anybody recommend a up-to-date class (or payment system) for handling paypal recurring payments with PHP?

谢谢!

更新:我最终使用了 Peter Reisinger 的 PaypalNVP 课程.不幸的是,那是很久以前的事了,我似乎无法在网上找到它(自述文件和类文件没有 URL - 只有名称).如果你能找到它,那就是一门很棒的课程,我强烈推荐它.

推荐答案

如果您可以自由选择网关,请选择向我们提供定期计费服务和 API 的网关.我知道 authorize.net 可以.

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.

如果您想做保存我的信息"之类的事情,请找一家支持为您存储卡详细信息的供应商.Braintree 这样做,我相信其他供应商也这样做.

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.

相关文章