PayPal and IPN Subscriptions

After a PayPal subscription is created for the user, is it sent subscr_signupbefore or after payment is confirmed?

I am using django-paypal , which has no built-in functions for processing subscr_paymentIPN messages .

This made me wonder if I could use it subscr_signupas an indicator that the subscription was successful.

Many thanks

+5
source share
1 answer

subscr_signup subscr_payment ( 3 ), . PayPal , subscr_signup. : http://www.mixedwaves.com/2010/11/paypal-subscriptions-ipn-demystified/

+8

All Articles