For the complete documentation index, see llms.txt. This page is also available as Markdown.

Stripe Trigger

Stripe is a suite of payment APIs that powers commerce for online businesses.

Credentials

You can find authentication information for this node here.

Webhook authentication

From n8n version 2.25.7 and 2.26.2, the Stripe Trigger node can verify that incoming requests genuinely come from Stripe. When you set a Signature Secret on your Stripe credential, the node checks the Stripe-Signature header on each request and rejects any request that's unsigned, forged, or more than five minutes old with a 401 Unauthorized response. n8n doesn't run your workflow for rejected requests.

Without a Signature Secret, the node doesn't verify incoming requests, so anyone who knows your webhook URL could send forged events. n8n strongly recommends setting one. For setup steps, refer to Verify incoming requests.

Examples and templates

For usage examples and templates to help you get started, refer to n8n's Stripe Trigger integrations page.

Last updated

Was this helpful?