#justingden_checkout-billing-customers
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1326955383985803295
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
SOrry but that question doesn't make any sense
Subscriptions are part of the Stripe Billing suite of products
So we need the Stripe Billing to use that API, correct?
Yes
Thank you!
Happy to shed what ๐ก I can ๐
Can I ask you a few more quick questions?
Sure, as long as it's focused on coding integrations with the APIs
I need to understand the basic workflow when it comes to customers. We mainly sell subs. When creating a Session, I may have a customer who hasn't purchased before or one that has. I am assuming that for a new customer, I send at least the email address and possibly more info. Then capture a Customer ID from the returned session and store it. If they purchase again, I can send the Customer ID in the session. Is this correct?
If you are using Stripe Checkout to create the Subscriptions, then Checkout will collect the customer email and whatever additional data is required based on the payment method & currency.
We are but then we need something for future purchases or managing the subscriptions. Can this be done with a Customer ID of some kind?
Yes, you can provide the customer ID to the Checkout Session to ensure that future subscriptions (or other purchases) are linked to that Customer.
https://docs.stripe.com/api/checkout/sessions/create#create_checkout_session-customer
Thank you for your help
Happy to do it