#andystevenson - recurring subscription
1 messages · Page 1 of 1 (latest)
Payment Links & checkout will ensure the recurring billing happens, whether you want to subscribe to webhooks is up to you.
You should keep in mind that these may be more or less important for payment failure recovery depending on the settings you use for automatic payment & recovery:
https://stripe.com/docs/billing/revenue-recovery
We document common subscription webhook use cases here: https://stripe.com/docs/billing/subscriptions/webhooks#common-uses
Marvellous! That's what I was hoping for. The fact that payment links are completely reusable makes the front-end trivial and easily generated from an SSG for simple subscriptions and one off payments. For the subscription catalogue just point at static payment links and harvest the customer information through webhooks! @blissful heart thanks so much for your help.