#Shimri
1 messages · Page 1 of 1 (latest)
Hi
You can have an event when the trial ends
https://stripe.com/docs/api/events/types#event_types-customer.subscription.trial_will_end
But not for trial start.
i can see that when i create a subscription i'll get a trail start property
if not, how can i catch it?
Trial start when a subscription is created. So you can listen tocustomer.subscription.createdand check if there is a trial period or not
Welcome!