#kliti
1 messages · Page 1 of 1 (latest)
Hi 👋
When you say one-time products, what do you mean? What kind of billing would you be trying to achieve?
Hello,
I have a subscription plan which is monthly and I want to add another product only for one time payment.
And in that one-time payment product I want to add a 3 days trial
One time payments do not support a trial period. Do you mean you wouldn't take payment for 3 days first?
Yes, but I want to allow the customers to add the card details in order for Stripe to make that payment after 3 days
So in that case you would need to use a Setup Intent to collect payment method information without charging the customer, then your own integration would need to know to charge them 3 days later. We currently don't support trial periods on one-off purchases.
Sure thing, what's up?
Can I use both One time Payment and the Subscription on the same checkout session, and if so can you help me with an article?
I am using NodeJs to develop the app
No, currently you must define the specific mode that is either one-time or subscription when you create the checkout session: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-mode
Ok, Thank you so much for your help, Have a great rest of the day.