#RahulRaval-checkout-products
1 messages · Page 1 of 1 (latest)
Hey! Have you tried using ad-hoc pricing data? https://stripe.com/docs/products-prices/manage-prices#ad-hoc-prices
ok, so productId would be constant in my case, right? I just want to make sure it won't cause any trouble as if we use single productId for all the orders with different price Data.
Yep, or you can use ad hoc product data (via product_data) too
It won't cause issues from our end, but may from your own reconciliation/accounting perspective
can you please tell me how different approaches will affect the accounting?
Well, do you need reconcile product data for reporting purposes? Or inventory purposes?
If you're using a single Product ID for every transaction, then it'll look like its sold in every transaction
This may not be an issue, just something to consider
understood.
@hushed bramble where can I find product_data details to pass in create session API?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.