#shubhamjha
1 messages · Page 1 of 1 (latest)
Yes, you can use inline prices for that: https://stripe.com/docs/products-prices/pricing-models#inline-pricing
Specifically with Checkout, this param: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-line_items-price_data
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
can you eleborate it pease
Did you try and use the parameter I shared? Did you encounter a specific issue?
can i change the price of a priceId though dashboard without changing their priceid
Hi! I'm taking over this thread.
Generally you can't update the amount of an existing price. you would need to create a new price object instead.
this thing is very disturbing like always we need create new price
That's how the API works.
you should provide the option to edit the price. from dashboard
I'll share that feedback internally.