#Cedric-subs-checkout
1 messages · Page 1 of 1 (latest)
Hello! Do you have an example Subscription ID (sub_xxx) I can take a look at?
From what I can see, that subscription was cancelled from a server-side API request - do you have cancellation code anywhere in your code? Maybe in your webhook processing handler?
Are you sure it's only triggered in that specific use case? is it listening for a specific stripe event, or something else?
No, it wouldn't be coming from the way you create a subscription (the cancellation request would look much different). I see your account also has a webhook that listens for invoice.payment_succeeded - what is happening in that webhook handler?