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 贝宝类


基础教程推荐
- 如何在 XAMPP 上启用 mysqli? 2021-01-01
- Doctrine 2 - 在多对多关系中记录更改 2022-01-01
- 如何在 Symfony 和 Doctrine 中实现多对多和一对多? 2022-01-01
- PHP 守护进程/worker 环境 2022-01-01
- 在 CakePHP 2.0 中使用 Html Helper 时未定义的变量 2021-01-01
- 使用 PDO 转义列名 2021-01-01
- 在 yii2 中迁移时出现异常“找不到驱动程序" 2022-01-01
- HTTP 与 FTP 上传 2021-01-01
- phpmyadmin 错误“#1062 - 密钥 1 的重复条目‘1’" 2022-01-01
- 找不到类“AppHttpControllersDB",我也无法使用新模型 2022-01-01