Getting an error from the Stripe plugin

The error I’m getting is "Stripe error No such plan: [Plan name A]; one exists with a name of [Plan name A], but its ID is [Plan A ID]

Anyone else get this error? Any ideas on how to resolve it. I’m currently in test mode and all 3 of my development keys are entered

I don’t know if this is a fact, but in my experience you must create identical Plans across the test mode and live mode of your Stripe account. You don’t necessarily need to enter your production API keys just yet, but you will need to build out the Plans in test and live modes with identical IDs. Give this a shot and let me know if you still get the error.

Are you using Bubble’s Stripe plugin or another 3rd party plugin?

1 Like

That fixed it

Thank you!