#__rxor__
1 messages ยท Page 1 of 1 (latest)
Hello! We'll be with you shortly. 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.
- rxor, 1 hour ago, 6 messages
hi there!
Hello!
so you have an existing Subscripton, and you want to change its price without using a Price ID?
Exactly Because customer can enter price in box
in our application
so I expect to get amount from him that may be custom
it's possible with the price_data parameter
either with this endpoint: https://stripe.com/docs/api/subscriptions/update
or this endpoint: https://stripe.com/docs/api/subscription_items/update
and its amount * 100 right?
if you setamount:1000, then it's $10.
thank You! ๐ I will read this doc and try to handle it ๐
price_data.unit_amount
is the parameter of price_data
right?
yes
thank You ๐