#Mustafa

1 messages · Page 1 of 1 (latest)

graceful lanternBOT
faint tinsel
#

subscription_data.trial_period_days can be used to create 30 days trial: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-subscription_data-trial_period_days

To always collect payment method, payment_method_collection should be set to always: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_method_collection

undone summit
#

Thanks a lot

#

Is there some way we can add a message on the payment screen that the trial is for 30 days. Enjoy your trial

#

Any message will work

#

@faint tinsel please review the above question? Your help is appreciated

faint tinsel
#

Thanks for waiting! Discord is busy now

undone summit
#

Sure, no issues

faint tinsel
#

In the Checkout Session, it will mentioned "30 days free" by default if subscription_data.trial_period_days is set

#

However, it's not possible to have customised message

undone summit
#

Can we customise this?

#

Through API?

#

Okay, thanks