#KyleChiki-website-solution
1 messages · Page 1 of 1 (latest)
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
Thank you for the quick reply. So I would need to create a separate checkout for each listing then
A separate Checkout Session
So you would write code for how the Session is created based on the product that is selected
If I have 400 listings I need 400 checkout sessions?
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
yes and each listing may have different products
So yeah this really is up to how you want to handle reconciliation on your end.
what would be the other option