【问题标题】:Paypal Recurring贝宝经常性
【发布时间】:2012-03-30 20:44:38
【问题描述】:

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

  • 第 1 步 > 客户订阅套餐 1 [$200]/月
  • 第 2 步 > 重定向到 Paypal
  • 第 3 步 > 付款和协议,在用户 Paypal 帐户中创建重复配置文件
  • 第 4 步 > IPN 回复我的网站以获得成功线索
  • 第 5 步 > 客户返回我的网站。

问题:下个月 Paypal 将通过 Recuring 自动向客户收费,IPN 是否会回复我的网站?

希望得到积极的回应。

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

【问题讨论】:

    标签: php paypal paypal-ipn recurring


    【解决方案1】:

    是的,您将收到每次定期付款的 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.
    

    【讨论】:

    • 如果一年的订阅付款不再重复怎么办?
    猜你喜欢
    • 2014-12-27
    • 2015-09-07
    • 2013-07-23
    • 2012-09-30
    • 2011-09-28
    • 2013-08-03
    • 2016-07-09
    • 2015-04-07
    • 2015-03-19
    相关资源
    最近更新 更多