#kbvo-subscription-webhooks
1 messages · Page 1 of 1 (latest)
Hello! It really depends on what you need/your integration. Is this something you'll need for every subscription renewal, or just when the subscription is first created?
I suppose ideally we'd wanna check if their payment went through each renewal period
Gotcha - then I'd suggest listening for invoice.paid to confirm that a renewal invoice has been paid before fulfilling the order
ooh ok thanks. does a new checkout session get created automatically when a subscription renews? i'm currently using the checkout session id to link the new resource that the user is paying for with stripe. not sure if that's the best approach
No, the Checkout Session is just a one-time thing when the subscription is created and you want to accept payment. We wouldn't generate one for renewals at all