Stripe Webhook Integration

required fields are marked with an `*`
ParameterTypeDescription
idstring The unique identifier for this configuration
webhook_signing_secretstring *The signing secret to verify incoming requests from Stripe

Configure via API

You'll need the following data:

You can also configure the integration using the API.

Example payload

{
  "webhook_signing_secret": "whsec_e5cf4458caae49ae72d8f275deb9b63bdd41dd5c932c27c9346d428fb9e1d0a0"
}

Workflows

Use Stripe webhooks to trigger notification workflows.

See the workflows page.

Supported Events