#napolean_solo
1 messages ยท Page 1 of 1 (latest)
Hi ๐ there aren't trial specific Events that are generated, but when a trial period is active the associated Subscription object will have a status of trialing.
https://stripe.com/docs/api/subscriptions/object#subscription_object-status
You can listen to customer.subscription.created and customer.subscription.updated Events to be notified about the creation/update of Subscriptions, and check their status.
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 also send invoice.created right? but at 0 amount. Is that correct?