简体   繁体   English

Paypal Recurring

[英]Paypal Recurring

Well, i have been working on Paypal IPN. 好吧,我一直在研究Paypal IPN。 I need some information relate to Recuring proccess, please help me in it. 我需要一些与Recuring proccess有关的信息,请帮帮我。

  • Step 1 > Client Subscribe Package 1 [ $200 ]/ month 第1步>客户订阅套餐1 [$ 200] /月
  • Step 2 > Redirected to Paypal 第2步>重定向到Paypal
  • Step 3 > Payment and Agreement , Recurnig Profile Created in Users Paypal Account 第3步>付款和协议,在用户Paypal帐户中创建的Recurnig配置文件
  • Step 4 > IPN Response To My Website for Success Lead 第4步> IPN回应我的网站成功领导
  • Step 5 > Client Back to my website. 第5步>客户返回我的网站。

Question: Next Month Paypal will Automatically Charge to Client with Recuring, will IPN will return response to my website?. 问题:下个月Paypal将通过Recuring自动向客户收费,IPN会回复我的网站吗?

Hope for positive response. 希望得到积极的回应。

Best Regards Taha Ali Adil 最好的问候Taha Ali Adil

Yes, you'll receive IPN for each recurring payment. 是的,您将获得每次定期付款的IPN。 Just check if txn_type = "recurring_payment". 只需检查txn_type =“recurring_payment”。 Also you'll receive at least the following fields: 您还将收到至少以下字段:

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM