#jones.jeffery

1 messages · Page 1 of 1 (latest)

tiny vigilBOT
timid basin
#

Hello there

jade needle
#

Hello! 🙂

timid basin
#

But you would need to figure out how to maintain the correct Price in your database until that next billing period even though the Sub in Stripe would be set to the new Price already

jade needle
#

Got it. That is kind of what I had noticed and expected.

Similar question: if an account were to archive a price on a plan. Say change their monthly rate from $9.99 to $12.99. Is there anyway for us to programmatically update all customers on that old price to the new price. Is there a batch update available or would we have to send a request for each one individually?

timid basin
#

We don't support any batch update APIs unfortunately.

#

So you need to list loop and update in that case

jade needle
#

Would we potentially hit rate limiting with that?

timid basin
jade needle
#

Awesome. Will plan to batch them out then.

Just to verify there is no way to handle that update to the customers on the archival of the old price?

timid basin
#

You need to update each Subscription individually