Weweb | Stripe checkout pricing ID problem

Hello,

I have a form with a workflow on submit. Stripe is connected. Price ID from test mod is enabled. In editor the function test is a success and redirect me to the checkout page with my price.

When I publish the app impossible to submit the form. When I put the price ID from real Stripe environment I can’t test because I get an error and still not working on publish…

Thank you

Hi @Khalil :wave:

Have you ensured you have the correct non-test API keys in the first two fields of the plugin configuration?

In the screenshot below for example, I added my test keys instead of the development keys in the plugin configuration because I was super scared of adding the real ones and making a mistake :sweat_smile:. As a result, Stripe won’t work when I publish the app:

If you’ve checked the API keys are correct, I’d recommend opening a bug ticket here so the tech team can look into it.

Thanks.

I solved it just by removing the test keys. It seems that even with live website it was stick to the test version.

Oh that’s interesting! I’ll let the tech team know in case this behavior is not intended.

Thanks a lot for taking the time to provide the solution. Much appreciated :slight_smile:

Did the same