#Jonas Reif
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
Not in the same way as for a Subscription. You should use the "mode: setup" and collect their Payment Method. After 7 days you have to manually charge that Payment Method: https://stripe.com/docs/payments/save-and-reuse?platform=web&ui=checkout
Hi Vanya,
Alright thanks.
Let me quickly try it out
I created one checkout page to test it out:
https://checkout.stripe.com/c/pay/cs_test_c14e5W2bCPAgHhooW2NKVbCUnHiI0pt63ugviGsMmKWxrWhxB0l02qAuYH#fidkdWxOYHwnPyd1blpxYHZxWmM2YXByNVN2REBIN1FPQ0hxUlQ8NVREUScpJ2N3amhWYHdzYHcnP3F3cGApJ2lkfGpwcVF8dWAnPyd2bGtiaWBaZmppcGhrJyknYGtkZ2lgVWlkZmBtamlhYHd2Jz9xd3BgeCUl
Is there also a way to add a price and a trial period to that page / Checkout Session?
Not, unfortunately.
What you can also do, is to create a lifetime subscription Price, and then cancel it after one cycle. Then, in your database you can mark that customer as having lifetime subscription.
Yes. The problem is, that in Stripe Checkout everywhere is the notice that the amount has to be payed "per period".
Maybe there is a way to set the period to 99 years for example?
But I dont think its possible
"The number of intervals between subscription billings. For example, interval=month and interval_count=3 bills every 3 months. Maximum of one year interval allowed (1 year, 12 months, or 52 weeks)."
It might be confusing to the Customer, maybe you could use the custom text in the setup mode: https://stripe.com/docs/api/checkout/sessions/object#checkout_session_object-custom_text-submit
👋 taking over for my colleague. Let me know if there's any follow-up Qs I can answer!
Mhm still not sure if that is a good solution.
Is there any way of creating a discount coupon which reduces the price to 0 after the first year?