Hi, I am implementing with the Stripe Tigger. We are supposed to acknowledge the Stripe webhook was received so Stripe doesn’t keep retrying to send it.
Does the Stripe Trigger automatically acknowledge the webhook call was received?
If not, how does one send back a 200 OK to Stripe with using a Webhook (thus eliminating the user of the Stripe Trigger itself)?
Most triggers are implemented and tested with their corresponding services, so you would generally assume they interact in the way prescribed by the services’ documentation.
Are you seeing some error message or some other indication that the Stripe trigger node is not working correctly? Are you seeing multiple executions of a workflow with a Stripe trigger on the same event?
I was receiving multiple events from Stripe, but upon further investigation, it’s because n8n has registered multiple webhooks for the same n8n workflow.
It seems the Stripe trigger does immediately respond with a 200 OK when the webhook is received.