简体   繁体   English

PayPal订阅被取消或失败后会发生什么?

[英]What happens when a PayPal subscription is cancelled or fails?

I am thinking about using PayPal to take subscription payments for a website but have a question relating to the process of cancelling and failed payments. 我正在考虑使用PayPal来收取网站的订阅费用,但是有一个与取消和付款失败有关的问题。

Initial process: 初始流程:

  1. Click subscribe/buy now button 点击订阅/立即购买按钮
  2. Log into PayPal or enter card details 登录PayPal或输入卡详细信息
  3. Review, click confirm 查看,单击确认
  4. Completion page (with PDT) 完成页面(使用PDT)

3 months and 2 days later and the user logs into PayPal to cancel their subscription (within PayPal instead of using my website). 3个月和2天后,用户登录PayPal取消订阅(在PayPal内,而不是使用我的网站)。

How is that process or information passed back to my website for cancelled or failed subscription? 如果取消订阅或订阅失败,该流程或信息如何传回我的网站? I haven't found anything in FAQ, Help or How to and Louise was useless. 我没有在常见问题解答,帮助或如何找到任何东西,路易斯没用。 I hope that someone here can help me... 我希望有人能帮助我......

Manually, I assume we're expected to log in review History and update the website accordingly (every couple of days). 手动,我认为我们应该登录审查历史记录并相应地更新网站(每隔几天)。

Many thanks, Simon 非常感谢,西蒙

You would set up an IPN listener in your PayPal Profile. 您可以在PayPal配置文件中设置IPN侦听器。 Once a subscription or recurring payments is charged, skipped, suspended or cancelled, you'll receive an appropriate IPN message at your IPN listener URL. 一旦订阅或定期付款被收费,跳过,暂停或取消,您将在您的IPN收听者URL收到适当的IPN消息。

For IPN sample code and documentation, take a look at https://www.paypal.com/ipn , and for the individual IPN variables, take a look at https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_html_IPNandPDTVariables 有关IPN示例代码和文档,请查看https://www.paypal.com/ipn ,有关各个IPN变量,请查看https://cms.paypal.com/us/cgi-bin/ ?CMD = _render含量&CONTENT_ID =显影剂/ e_howto_html_IPNandPDTVariables

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

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