#slavishpizza101_docs
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/1289338826153525330
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
@next pewter I'm sorry for the delay, we were supposed to close Discord earlier and we had an error and then didn't see your question
Oh no worries! I appreciate the help
I have to close Discord soon but I don't fully grasp what you are trying to solve for
Are you moving away from Checkout and building this yourself? It's definitely doable and you can use add_invoice_items when creating the Subscription to add an extra one-off Price for shipping to their first Invoice
I'll look into add_invoice_items. I suppose my other question is whether I need to add the products in stripe to use subscriptiosn or whether I can dynamically add the products using price_data like I do with payment intents. I appreciatte the help and if you have any thoguhts when you open discord again I would greatly appreciatte ti
PaymentIntents doesn't have price_data at all. But Checkout Session would. And yes Subscriptions support price_data too, see https://docs.stripe.com/api/subscriptions/create#create_subscription-add_invoice_items-price_data