#ajit

1 messages · Page 1 of 1 (latest)

agile edgeBOT
merry stag
#

Hello there

marble stirrup
#

hello

merry stag
marble stirrup
#

ok

#

i have seen this link

#

but for this i need to add new price ID

merry stag
#

That's correct. That is true for Dashboard or API

#

You never update the Price object directly

marble stirrup
#

but when i updated price from dashboard . price id did not changed

#

just amount was changed

merry stag
marble stirrup
#

sure

#

let me provide you

#

from dashboard it works

#

but from API not

merry stag
#

Thanks I'm looking

marble stirrup
#

sure

merry stag
#

Okay so yeah the initial request you provided adds a currency_option

#

That is different from updating the default currency on the Price

#

Regardless, this doesn't update the Subscription that has that Price

#

It would only effect new Subscriptions

marble stirrup
#

sorry

#

this one was right one

#

its origin is from stripe dashboard

merry stag
#

Ah okay that is because that Price doesn't have any active Subscriptions yet

marble stirrup
#

ok ..

#

if there is subscription then i can't able to update .. is it

merry stag
#

So it does allow you to edit. I did forget that we allow that via Dashboard. We are much more familiar with the API here and don't really use the Dashboard much

#

Correct

#

If the Price is associated to a Subscription then you can't edit the amount. So wouldn't make sense to try to upgrade/downgrade a Subscription that way

marble stirrup
#

not an issue thanks for the information .. but if i have 1000 subscribers . how can update price for all in one go

merry stag
#

You loop through the Subscriptions and update the Price used for each one