#ajay vibeosys-webhooks
1 messages · Page 1 of 1 (latest)
Hey, this is all outlined here: https://stripe.com/docs/billing/subscriptions/overview#subscription-events
It all depends on the status of the invoice payment as to which events are sent
thanks
how can I test it like
customer subscribe with 1 day trial
then success of payment
then on 1 month make payment failed
You would use test clocks to simulate billing cycles: https://stripe.com/docs/billing/testing/test-clocks
Learn how to move Billing objects through time in test mode.
thanks
will go through it