#dragonslayer5175
1 messages · Page 1 of 1 (latest)
Can you share the request id where you updated the subscription?
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
@sacred cedar req_i3cWwI8b28FDMQ
This is how, the invoice is looking.
I'm expecting a prorated amount next invoice.
how to update the existing one then?
Please read: https://stripe.com/docs/billing/subscriptions/upgrade-downgrade. Particularly this part: ```You must specify the subscription item to replace the current price with the new price. Failing to do so results in adding the new price so both prices are active for the subscription.
but i did use the right item in body, if you look into the request body
{items[0].price}
Price isn't subscription item
Price is price
If you read the above doc this will be clear
thanks, i got it