#Danylo Holovin
1 messages · Page 1 of 1 (latest)
You can listen for this webhook event: https://stripe.com/docs/api/events/types#event_types-customer.subscription.updated
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
It won't give you the exact time down to the second though. If you need that, you can get it from the Subscription object: https://stripe.com/docs/api/subscriptions/object#subscription_object-trial_end
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
got it
thank you!