Can you handle subscription pricing tier changes and prorations using stripe plugin?
I wasn't clearly able to understand from the documentation whether or not this is possible. My guess is no and to use the stripe api myself?
2 Replies
i also want to know if you can still use the stripe plugins subscription management offerings when you need a custom payment link (for things like allowing business customers to provide tax ids)
Hey, here for the same issue. Struggling to set up an upgrade for the users from one plan to another with pro-rata pricing. At the moment when a user moves from one subscription to another its just creating a new subscription and keeping the previous active - this would double charge so I need to find a way to have it actually upgrade the existing subscription. Did you find a way to do this?