Stripe Webhook Integration
| Parameter | Type | Description |
|---|---|---|
| id | string | The unique identifier for this configuration |
| webhook_signing_secret | string * | 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
- charge-dispute-created
- charge-failed
- charge-refunded
- charge-succeeded
- checkout-session-completed
- checkout-session-expired
- customer-created
- customer-source-expiring
- customer-subscription-created
- customer-subscription-deleted
- customer-subscription-trial-will-end
- customer-subscription-updated
- invoice-overdue
- invoice-payment-failed
- invoice-payment-succeeded
- invoice-upcoming
- payment-intent-payment-failed
- payment-intent-succeeded
- payout-failed
- payout-paid
- radar-early-fraud-warning-created