Stripe – How to handle subscription with a free plan and no credit card required at sign up time

In part 2 where you do this: We set up a webhook to receive stripe events so after 30 days our webhook should receive a customer.subscription.updated event with a object.status == active am I right? You might also consider implementing the customer.subscription.trial_will_end webhook, this webhook will be sent three days before the customers trial is … Read more