Stripe in not working - no client secret defined - Invalid Stripe configuration

Hi Guys,

I have problems with using the stripe plugin. I have added the plugin succesfully, but when i ad the stripe component to my weweb app is says No Client Secret Defined in developer mode and Invalid Stripe Configuration in view mode.

Looks like the plugin is connected correctly:

When i add the plugin to the app it gives me these two errors in developer mode and view mode:


What am I doin wrong?

Thanks.

Hi @SidewayHR

Are you following the steps below?

  1. Create payment intent: On page load, trigger a workflow to generate and save the client secret in a variable (to provide Stripe with payment details).
  2. Bind the Client Secret: Link the variable to the Stripe payment element to process the correct payment intent.

Please bear in mind that this plugin is for very basic transactions. For more complex Stripe functionality, we recommend Stripe payment links and backend integration.