#mike_checkout-dynamic-prices

1 messages ยท Page 1 of 1 (latest)

little tigerBOT
barren impBOT
#

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.

little tigerBOT
#

๐Ÿ‘‹ 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.

barren lark
#

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.

burnt zodiac
#

Can a product description be passed in via the API too?

barren lark
#

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

burnt zodiac
#

thanks for the info. Does the same duplication of Stripe Products happen when using Stripe Connect Standard?

#

*when passing in the cost dynamically

barren lark
#

Sorry but those are orthogonal integrations. Do you mean, if you are creating Checkout Sessions on Standard Connect Acccounts using the Stripe Account header?

burnt zodiac
#

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?

barren lark
#
  1. In order to pass a dynamic price when creating a Checkout Session, you will also need to provide product data as well
  2. Each Checkout Session will create both Price and Product on each Standard Account .
burnt zodiac
#

OK thanks for the info, I will test and see what solution is the best fit. Thank you

barren lark
#

Sure thing, happy to help ๐Ÿ™‚