#wabisabi
1 messages · Page 1 of 1 (latest)
Can you share the invoice ID (in_xxx)?
in_1N3VN7F5n5KjLa7RaTembOQr
Thanks for waiting. We are still looking it
Thank you.
Thanks for waiting. The behaviour is expected as described here: https://stripe.com/docs/billing/subscriptions/upgrade-downgrade#immediate-payment
Stripe immediately attempts payment for these subscription changes:
- From a subscription that doesn’t require payment (for example, due to a trial or free subscription) to a paid subscription
In https://dashboard.stripe.com/test/logs/req_VSxHCSV3wgGi9y which the trial is set to trial_end: "now", it will fall into above condition
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
If the trial ends naturally, i.e. don't use trial_end: "now", it will create the draft invoice instead of going to paid directly
got it. Thank you. What if the triel_end is set to 30 mins from now, or 1 hour from now?
If you set trial_end with delay and let the trial to end on its own, the invoice should be in draft status
ty ❤️
No problem! Happy to help 😄