Stripe Trigger
Triggers when Stripe events occur (payments, subscriptions, invoices, etc.)
Triggers when Stripe events occur (payments, subscriptions, invoices, etc.)
This is a webhook-based trigger. Configure the webhook URL in your external service to send events to TradingGoose.
Configuration
Event Types to Listen For
Leave empty to receive all events
Select specific Stripe events to filter. Leave empty to receive all events from Stripe.
Webhook Signing Secret
••••••••
Your webhook signing secret from Stripe Dashboard. Used to verify webhook authenticity.
Output Schema
Event Payload
idstringUnique identifier for the eventobjectstringAlways api_versionstringStripe API version used to render the eventcreatednumberUnix timestamp when the event was createddatajsonEvent data containing the affected Stripe objectlivemodebooleanWhether this event occurred in live mode (true) or test mode (false)pending_webhooksnumberNumber of webhooks yet to be delivered for this eventrequestjsonInformation about the request that triggered this event