Stripe plugin throwing errors

Hi all,

I had my stripe plugin working as expected using my Dev keys and Stripe test mode subscription IDs.

Although, pushing to live I’m hitting a few errors.

  1. When I remove the Dev keys my workflows are hitting the below errors:

But when I add the Dev keys back, so the plugin has both Live and Dev keys:

then in my Live app, when attempting to subscribe:

What’s going on here? Any help is super appreciated please!

Looks like in an API call to from Bubble test version to Stripe test mode you may be including a price id from Stripe live mode. If that price id is coming from your database, ensure that your Bubble dev database has price ids from Stripe test mode. If that price id is hard-coded, instead populate it dynamically, maybe using Isn't live version: formatted as text.

So I have the Stripe Live IDs in my Bubble DB, which are being referenced upon check out.

In your app’s Dev database, use price ids from Stripe test mode.

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