Issue with stripe set up [solved]

Hey @Quentin or maybe @Alexis

I’ve been following your tutorial to set up Stripe, but I’m encountering an issue on my end.

Here is the flow I have set up:

  1. When someone is interested in an event and wants to confirm their participation, they click the CTA button.
  2. This CTA button creates a Stripe paymentIntent, which I use to display the checkout form via the Stripe integration in WeWeb. The checkout form is added through the input form component in WeWeb.
  3. I link the custom secret to enable the form’s visibility. However, whether I add a card or not on the form, pressing the CTA button confirms the order. I created an API call to confirm the order because the native confirm payment Stripe component doesn’t seem to recognize the checkout form.

Can you help me understand what might be going wrong?

My problem is resolved, I forgot to use the webhook to get the response from stripe and not just the API call that would obviously always be “200”

1 Like

Awesome! Glad you found your way through it :slight_smile:

1 Like