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.
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.