nahiri12
Forum Replies Created
-
Ok this makes sense! Thanks so much for the info and help.
Thanks so much for the reply/info! So if I was looking to implement this, would I just hook into
pmpro_checkout_level
in my theme’sfunctions.php
and more or less alter the existing code you linked above? In my case, I have the number of days the subscription should be active after checkout (and in turn when it should expire). Would I just feed the number of days into this custom code?After working on this and researching more, I figured out creating another Stripe account is the better option in this case. Different webhooks shouldn’t really be used within the same account unless there is a specific reason for doing so given events in Stripe will trigger all webhooks associated with that account (at least that is my understanding). I’m going to close this.
Thanks for the info! I’ll definitely look into this.
Is there anyway to identify cancellations/membership changes when users either cancel directly through PayPal or their membership expires (if it was set manually)? These are not as common, but it would be helpful to be able to handle all three of these scenarios instead of having to manually track them or set up an automated job to do it.