【发布时间】:2011-02-22 23:15:00
【问题描述】:
可能重复:
Can I send a variable to paypal, and have it post it back to me when payment completes?
我想在用户付款后自动化流程。
1) 用户在表单上输入详细信息并提交,会话会将唯一 ID 传递给贝宝 2) 用户完成paypal支付后,唯一ID会传回我的服务器,让脚本读取并注册到数据库中。
我该怎么做?
【问题讨论】:
-
看起来像 Can I send a variable to paypal, and have it post it back to me when payment completes? 的副本,那里的答案应该可以帮助你。
-
有一个示例php文件here。