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
source
share