#createitcarlos

1 messages · Page 1 of 1 (latest)

icy mulchBOT
#

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.

dapper wing
#

Hello! Instead of asking several questions with several scenarios in each can you select a single specific question to start with instead?

#

It would help if you tell me what you're trying to do and what's preventing you from doing it.

#

It sounds like a lot of your questions are based on a misunderstanding about how the API works. You can't update the amount of an existing Price. For example, if you have a Price that charges $10/month and you want to change it to $12/month you can't update the Price itself. Instead you need to create a new $12/month Price and use the new Price instead.

icy mulchBOT
cerulean cove
#

Thank you for the follow up. I appreciate you answering what you can.
My confusion then comes in to what Pompey responded back with in my previous chat (and maybe I am misunderstanding), that the price can be updated.

"I am not sure how you are modeling multiple people with a single subscription, but basically when you update a subscription price, you are updating a subscription item, so anything represented by that subscription item will use that new price going forward"

eternal pilot
#

I think this is a case of misunderstanding one another. Likely this was interpreted as updating which Price is used on a Subscription's Item(s). ie, the update is to the subscription item, not the price.

#

And I think "everyone on a subscription" was not clear that you meant "all customer subscriptions using that price"

#

You cannot update the actual Price object itself to change the unit amount, those are immutable

#

You need to create a new Price, then update the item to refer to the new Price

cerulean cove
#

Interesting. Yeh, it seems like we will need to dig into it even more. We are looking at the documentation and trying to figure out how it all ties together. Extremely flexible and awesome, just need of clarification and understanding.
We appreciate you all having this channel

eternal pilot
#

NP! We're happy to help with any further questions you have about integrating with the API/SDKs