#tyler-archetype

1 messages · Page 1 of 1 (latest)

cunning moatBOT
void scaffold
#

hello! i think the question here is really more about how do you migrate existing customers on the old product/prices?

lyric island
#

correct yes

void scaffold
lyric island
#

would this have to be manually done for each user?

void scaffold
#

yes, but it would really just be a loop

lyric island
#

oh you're saying if I did it through the api

void scaffold
#

yep

lyric island
#

and if I wanted the effect to take place right away could I do that?

#

I'd be looking to migrate them to the same pricing setup so there wouldn't be any prorating

void scaffold
#

i would make sure to set proration_behavior=none

lyric island
#

I see. And do you know what the user experience is like when this happens? Are they notified that their subscription changed?

void scaffold
#

Stripe wouldn't notify the customer that their subscription changed. If your implementation informs the customer, that would be a separate matter though and I don't really have visibility about that.

lyric island
#

my implementation as in if my services are listening to a subscription change webhook or something

void scaffold
#

something along those lines

lyric island
#

and as far as changing the subscription I'd have to script that. Like have a mapping of which subscription id to change to what

#

there's no way to just say "all users on this subscription, move to this other subscription"

void scaffold
#

yeah, right now there's no such way to just say "all users on this subscription, move to this other subscription"