php - Paypal 经常性

标签 php paypal paypal-ipn recurring

嗯,我一直在研究 Paypal IPN。 我需要一些与循环过程相关的信息,请帮助我。

  • 第 1 步 > 客户订阅套餐 1 [ $200 ]/月
  • 第 2 步 > 重定向到 Paypal
  • 第 3 步 > 付款和协议(protocol),在用户 Paypal 帐户中创建的 Recurnig 配置文件
  • 第 4 步 > IPN 对我网站的成功领导的回应
  • 第 5 步 > 客户返回我的网站。

问题:下个月Paypal会自动向客户收取重复费用,IPN会回复我的网站吗?

希望得到积极的回应。

最好的问候 塔哈·阿里·阿迪尔

最佳答案

是的,您将收到每笔定期付款的 IPN。只需检查 txn_type =“recurring_payment”。此外,您至少会收到以下字段:

txn_id = <transaction id>
recurring_payment_id = <recurring profile id>
payer_email = <email>
amount = <amount>
currency_code = <payment currency>
and so on.

关于php - Paypal 经常性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9701151/

相关文章:

php - 如何在 Laravel 4 中使用 UPDATE 或 INSERT?

php - 在 Laravel 4.2 中更改密码

php - CodeIgniter/MySQL - 选择,其中不等于和喜欢两次

paypal - 多个网站 - 一个网站付款专业帐户?

java - play framework接收paypal IPN请求

php - 发送邮件时 undefined variable $email - 即使该变量存在?

php - Paypal GetVerifiedStatus "User is not allowed to perform this action"

ruby-on-rails - 在活跃商户应用程序中使用两步验证的卡(信用卡/借记卡)会发生什么情况?

c# - 使用空数据验证 IPN

html - 通过 PayPal 传递选项