#mike_checkout-dynamic-prices
1 messages ยท Page 1 of 1 (latest)
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- mike_best-practices, 1 day ago, 34 messages
๐ 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/1238606141307617391
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi ๐
We are focused on coding integrations here and not really experts on reporting or revenue reconciliation.
It can be easier to keep track of things when you use a Product > Price with Checkout. The major advantage in terms of coding integrations is, you can add information like product descriptions and features and that will be shown in the Checkout screen.
Can a product description be passed in via the API too?
Sure, in the line_items[].product_data parameter. It's up to you.
But in the Stripe dashboard each Checkout Session will create it's own Product
But if you create the Product first and then add them to the Checkout Session, it won't add a bunch of duplicates to your Stripe account
thanks for the info. Does the same duplication of Stripe Products happen when using Stripe Connect Standard?
*when passing in the cost dynamically
Sorry but those are orthogonal integrations. Do you mean, if you are creating Checkout Sessions on Standard Connect Acccounts using the Stripe Account header?
My solution will also make use of Stripe Connect Standard in a seperate process. The price for that will always be dynamic based on specific parameters so I wasn't going to use Products to manage the cost. Would this also result in "products" being added each time someone pays?
- In order to pass a dynamic price when creating a Checkout Session, you will also need to provide product data as well
- Each Checkout Session will create both Price and Product on each Standard Account .
OK thanks for the info, I will test and see what solution is the best fit. Thank you
Sure thing, happy to help ๐