Stripe Update Subscription Problem

Hello,

I am struggling with my stripe subscriptions. I am using the Stripe plugin and it is successfully setting up subscriptions. However, when I upgrade an account from one paid plan to another it successfully changes the subscription but instead of charging the user now, it is scheduling the next charge for the user in one month time and charging them two payments in one.

Is there a setting I am missing?

Thanks
Josh

I don’t know about the Stripe plugin as I use the API directly to avoid issues from plugins, but when using the API you can set the behavior for whether or not to charge later, prorate etc. Check if the plugin provides that option to change the behavior…if not, then the plugin is likely not very well built for it’s intended purposes.

1 Like

@boston85719 From the API we can enable and disable proration but we cannot charge the user Immediately if he tries to upgrade or downgrade. Am I missing something?

That seems to be what Stripe states in their documentation, so I guess you’d need to conceive of a clever workaround.

I tried resetting the billing anchor to charge the user immediately when the user upgrades or downgrades. It worked but there were a few issues. Eventually, I built everything on bubble and didn’t use the customer portal.

Hi all,

Thanks for this - I did manage to do this with the plugin eventually but requires 3 actions:

  1. Update subscription
  2. Create invoice from pending items
  3. Charge user for outstanding invoice

Thanks for the help

2 Likes

This topic was automatically closed after 70 days. New replies are no longer allowed.