Home › Forums › Stripe Payments Plugin › Auto-Renew subscription action/hook/callback? › Reply To: Auto-Renew subscription action/hook/callback?
May 4, 2025 at 1:16 pm
#5495
Participant
I’ve managed to do this using Stripe Webhooks and written my own webhook handler in my API. I’d say this is the best/cleanest method. I’m thinking of also moving the “asp_stripe_payment_completed” action I have in WP to Stripe Webhooks.