#KyleChiki-website-solution

1 messages · Page 1 of 1 (latest)

slim brook
#

Hi there! There are a lot of ways to go about this, but Stripe Checkout uses Products and Prices so it sounds like it would fit your use-case well. Take a read through: https://stripe.com/docs/payments/checkout

quick path
#

Thank you for the quick reply. So I would need to create a separate checkout for each listing then

slim brook
#

A separate Checkout Session

#

So you would write code for how the Session is created based on the product that is selected

quick path
#

If I have 400 listings I need 400 checkout sessions?

slim brook
#

It all depends on how you want to set it up.

#

If you want to differentiate between different Products that you are selling within Stripe

#

Then yes

#

You would potentially have 400 different Products

quick path
#

yes and each listing may have different products

slim brook
#

So yeah this really is up to how you want to handle reconciliation on your end.

quick path
#

what would be the other option