PHP Paypal Class(PHP 贝宝类)
问题描述
有人可以推荐一个使用 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.
这篇关于PHP 贝宝类的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:PHP 贝宝类
![](/xwassets/images/pre.png)
![](/xwassets/images/next.png)
- 如何从数据库中获取数据以在 laravel 中查看页面? 2022-01-01
- PHP - if 语句中的倒序 2021-01-01
- 使用 GD 和 libjpeg 支持编译 PHP 2022-01-01
- Laravel 5:Model.php 中的 MassAssignmentException 2021-01-01
- Oracle 即时客户端 DYLD_LIBRARY_PATH 错误 2022-01-01
- 如何在 Symfony2 中正确使用 webSockets 2021-01-01
- openssl_digest vs hash vs hash_hmac?盐与盐的区别HMAC? 2022-01-01
- PHP foreach() 与数组中的数组? 2022-01-01
- 覆盖 Magento 社区模块控制器的问题 2022-01-01
- 如何使用 Google API 在团队云端硬盘中创建文件夹? 2022-01-01