#Ravisankar
1 messages · Page 1 of 1 (latest)
Hi there, you can test clocks to test subscription. https://stripe.com/docs/billing/testing/test_clocks
It's currently a beta feature, and you can register your interest in this apge
Thanks Jack!
One more clarification, What is the use of 'TrialEnd' exactly. Is it for testing purposes for auto-renewal?
This param indicate when the trail period shall end, if the subscription has a trial peroid.
Thanks jack. Will it happen auto-renewal when the trial expired?
so when trial ends, the customer will be invoiced immediately, and there are some scenarios we need to consider
- the customer already has a invoice_settings.default_payment_method and its payment_method_type, if the invoice is set to auto_advance then yes the customer will be charged and subcription becomes active upon successful payment
- the customer doesn't have default_payment_method, you will need to ask customer to provide one and confirm the payment
You can learn more here https://stripe.com/docs/billing/subscriptions/trials
Thanks Jack. Very thanks for your update
happy to help 🙂