#Marc5755
1 messages · Page 1 of 1 (latest)
You would need to configure a webhook endpoint that listens for the customer.subscription.deleted event and programmatically changes the bool: https://stripe.com/docs/api/events/types#event_types-customer.subscription.deleted
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ok thanks, would you be able to provide any further detail on how to achieve this?
Here's a good place to start: https://stripe.com/docs/webhooks
The docs link out to other tutorials and guides for setting up webhooks as well
Ok thanks, the 'low-code' idea certainly doesn't apply here then.