#Mia-Subscription
1 messages · Page 1 of 1 (latest)
Hi, thank you in advance for your support.
You mean the user in Stripe or user in the database (firestore)?
You can register to the customer.subscription.trial_will_end ( https://stripe.com/docs/api/events/types#event_types-customer.subscription.trial_will_end) webhook event and then remove the customer accordingly
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.