#napolean_solo

1 messages ยท Page 1 of 1 (latest)

haughty forgeBOT
potent idol
#

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.

grim sparrow
#

it also send invoice.created right? but at 0 amount. Is that correct?