#bugkiller.
1 messages · Page 1 of 1 (latest)
here, I want to add like
"You are signing up for a monthly subscription to PageOptimizer Pro. "
"You are signing up for a yearly subscription to PageOptimizer Pro. "
if plan has trial period, then it should be like
"You are signing up for a monthly subscription to PageOptimizer Pro. You may try PageOptimizer Pro for free for 7 days. At the end of your free trial, you will be charged for your monthly subscription. "
?
You can't really change this test, it's just the name of the product.
What you could do is add some custom text with https://stripe.com/docs/api/checkout/sessions/create?lang=java#create_checkout_session-custom_text
Then try the option I mentioned above.
You can see some examples here: https://stripe.com/docs/payments/checkout/customization#add-custom-text
ok, thanks I think this will work for us at least.
where can I add my 'terms of service', and 'privacy policy' link
This is covered on the same page I linked above: https://stripe.com/docs/payments/checkout/customization#policies