#Caesar - subscription cancel
1 messages · Page 1 of 1 (latest)
There are some settings you can tweak here to cancel subscriptions that aren't paid: https://dashboard.stripe.com/settings/billing/automatic
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Beyond that, you will have to run a script to clean up old customer data if you want
If it's your database you are concerned about, then you can listen to webhook events and clean up data as subscriptions cancel, etc