简体   繁体   English

PayPal订阅和IPN

[英]PayPal subscriptions and IPN

After a PayPal subscription is created for a user, does subscr_signup get sent before or after confirming the payment? 在为用户创建PayPal订阅后, subscr_signup在确认付款之前或之后发送的吗?

I am using django-paypal , which does not have built-in functionality to handle the subscr_payment IPN message. 我使用的是django-paypal ,它没有内置功能来处理subscr_payment IPN消息。

This lead me to wonder whether or not I can use subscr_signup as an indicator that the subscription was successful. 这让我想知道我是否可以使用subscr_signup作为订阅成功的指标。

Many thanks 非常感谢

Typically subscr_signup is sent after subscr_payment(3 sec apart), but the sequence is not guaranteed. 通常subscr_signup是在subscr_payment(相隔3秒)之后发送的,但不保证序列。 PayPal recommendation is to rely on subscr_signup. PayPal建议依赖subscr_signup。 Read more here: http://www.mixedwaves.com/2010/11/paypal-subscriptions-ipn-demystified/ 在这里阅读更多内容: http//www.mixedwaves.com/2010/11/paypal-subscriptions-ipn-demystified/

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

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