
Stripe webhook
Capture an event via a Stripe webhook
Configuration
| Option | Description |
|---|---|
Signing secretType: string Required: False | Used to validate the webhook came from Stripe |
Event nameType: string Required: False | The event name to capture. |
Distinct ID to be usedType: string Required: False | The distinct ID for the event to be associated with - defaults to the customer ID. |
Include all propertiesType: boolean Required: True | If set, the entire |
Property mappingType: dictionary Required: False | Map of stripe webhook attributes and their values. You can use the filters section to filter out unwanted events. |
Bypass signature checkType: boolean Required: False | If set, the stripe-signature header will not be checked. This is not recommended. |
Using our REST API you can create this source_webhook like so:
Terminal