#フランソワ
1 messages · Page 1 of 1 (latest)
Hi
For subscription trials check:
https://stripe.com/docs/billing/subscriptions/trials
And for coupons check
https://stripe.com/docs/billing/subscriptions/coupons
if i add the trial_end to my subscription can i make it a static date? and if we pass such a date the trial is just skipped?
Not sure I understand your question, can you give an example ?
i want to set a trial expiry of like June 1st, if on June second the trial is still set to june 1st, the trial will be skipped? of at least not applied and the user will need to submit payment information?
also can i require that payment information is collected even if i give a free trial
i want to set a trial expiry of like June 1st, if on June second the trial is still set to june 1st, the trial will be skipped? of at least not applied and the user will need to submit payment information?
The trial ends when you set it to end. So yeah.
yes
thanks