#danboyle8637
1 messages · Page 1 of 1 (latest)
Hello! Let me check on that for you...
thanks
- So it looks like for #1 the closest we have is using deep links (https://stripe.com/docs/customer-management/portal-deep-links#customize-after-completion). You can create a deep link that goes directly to the cancellation flow and after it's done you can change the behavior after completion
- And yes, the way to handle this cancellation would be to listen for the
customer.subscription.deletedevent
Ok... cool. I'll read up on deep links and just use the webhooks for the time being. I appreciate the help!