Looking for paypal payments tutorial(寻找贝宝支付教程)
问题描述
我正在寻找一个教程,该教程将向我展示如何接受贝宝付款,因为我对文档不太满意.
I am looking for a tutorial which will show me how to accept paypal payments as I am not having much luck with the documentation.
在教程中,我只需要了解如何在发起支付时捕获唯一标识符,然后在支付通过 ipn 确认支付时使用唯一标识符更新数据库记录.
In the tutorial, I just need to understand how to capture a unique identifier when the payment has been initiated, and then use the unique identifier to update the database record when payment confirms the payment via ipn.
有这样的教程吗?
基本上,我已经开始付款了,即用户可以付款并且付款可以向 ipn 脚本发送通知,但我不知道贝宝接受了哪种付款.
Basically, I already have the payments working i.e. a user can make a payment and payment can send a notification to the ipn script, but I can't tell which payment paypal has accepted.
推荐答案
指南写得很好,涵盖了所有这些:
There guide is pretty well written and covers all of this:
https://cms.paypal.com/cms_content/en_US/files/developer/PP_OrderMgmt_IntegrationGuide.pdf
这篇关于寻找贝宝支付教程的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:寻找贝宝支付教程
基础教程推荐
- Doctrine 2 - 在多对多关系中记录更改 2022-01-01
- 在 CakePHP 2.0 中使用 Html Helper 时未定义的变量 2021-01-01
- PHP 守护进程/worker 环境 2022-01-01
- 在 yii2 中迁移时出现异常“找不到驱动程序" 2022-01-01
- 使用 PDO 转义列名 2021-01-01
- 如何在 Symfony 和 Doctrine 中实现多对多和一对多? 2022-01-01
- 找不到类“AppHttpControllersDB",我也无法使用新模型 2022-01-01
- HTTP 与 FTP 上传 2021-01-01
- phpmyadmin 错误“#1062 - 密钥 1 的重复条目‘1’" 2022-01-01
- 如何在 XAMPP 上启用 mysqli? 2021-01-01