#benny_67780
1 messages · Page 1 of 1 (latest)
I don't think our pricing tables support that but am double checking. You may have to make your own custom table that links to payment links for the other products
Ah this is supported for pricing tables
Click on "add product with custom call to action" when creating the table in your dashboard
That's perfect.
A related question, we also have a product that will have a free trial, but the free trial is not based on days but hours. Can I configure that?
Unfortunately it looks like our pricing tables and payment links only support trial periods in increments of full days.
Subscriptions and Checkout support creating trial periods trials like that, but unfortunately it looks like our dashboard cannot use them
is any of this customizable when it's embedded? like can my developer change any of this?
Unfortunately not, I double checked the API and it also has trial_period_days for the trial period
If you are open to a more involved low-code solution like Checkout this is definitely possible. You can set the trial period to end whenever you want https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-subscription_data-trial_end
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Another option is that you could set the trial period days to whatever is closest to the number of hours that you want and then your server can update when the trial ends to be the exact time that you want https://stripe.com/docs/api/subscriptions/update#update_subscription-trial_end
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.