节点与集成
Stripe Trigger
Stripe is a suite of payment APIs that powers commerce for online businesses.
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.
官方原文和授权
本页来自 N8N 英文官方网站固定快照,并转换成 xueai 静态页面。内容以 N8N 持续更新的官方页面为准。