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 贝宝类
基础教程推荐
- Cron Jobs 调用带有变量的 PHP 脚本 2022-01-01
- 在PHP中根据W3C规范Unicode 2022-01-01
- 学说 dbal querybuilder 作为准备好的语句 2022-01-01
- 如何在 Laravel 5.3 注册中添加动态下拉列表列? 2021-01-01
- 如何在 Laravel 中使用 React Router? 2022-01-01
- 有什么方法可以用编码 UTF-8 而不是 Unicode 返回 PHP`json_encode`? 2021-01-01
- PHP PDO MySQL 查询 LIKE ->多个关键词 2021-01-01
- 如何替换eregi() 2022-01-01
- YouTube API v3 点赞视频,但计数器不增加 2022-01-01
- PHP 类:全局变量作为类中的属性 2021-01-01
