Trouble setting up Stripe Webhooks

Hello,

I am trying to use Stripe to process payments and do further automations using make. However, the stripe checkout.session.completed module is failing to send to my endpoints for some reason. I can see that its successfully sending the event data to Memberstack, so I am confused why its not sending to my webhook.

My help would be appreciated thank you

Please help.

Hi @hb,

Did you use a Stripe module or a custom webhook in your scenario?

If you look at the details of the webhook in Stripe, what is the error code and the response from the Make URL? You can fold out the webhook attempt.

Cheers,
Henk

2 Likes

Hi Henk,

I tried it with both Stripe modules and custom webhooks. In terms of errors, I couldn’t see error details in make (as the trigger never occurred so the scenario never ran) but in stripe the error was ‘There is no webhook listening for this event’ .

I realised the issue was that my make scenario was not turned on/running so stripe had no where to send information.

Thank you for suggesting!

1 Like