#Andrea Sauceda
1 messages · Page 1 of 1 (latest)
Hi there
Can you clarify exactly what you mean by that? I'm not sure I understand what you are trying to do.
We would like customers to be able to purchase subscriptions through the checkout session, is this possible?
Yep
I assume you are using Stripe Checkout since you are saying checkout session?
Are you the developer here?
Sorry, you are right... the idea is to send Stripe Checkout whit some products and subscriptions together .
buy products and subscriptions in the same Checkout
Yeah sorry, I don't really understand the question here.
You are going to need to elaborate and be really clear.
In this documentación: https://stripe.com/docs/api/checkout/sessions/object#checkout_session_object-mode we can use the next options: payment, setup and subscription .
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Is it posible use payment, and subscription together in order to create a Stripe Checkout. We want the user to be able to purchase a subscription and create it in stripe,