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 event
objectstringAlways
api_versionstringStripe API version used to render the event
creatednumberUnix timestamp when the event was created
datajsonEvent data containing the affected Stripe object
livemodebooleanWhether this event occurred in live mode (true) or test mode (false)
pending_webhooksnumberNumber of webhooks yet to be delivered for this event
requestjsonInformation about the request that triggered this event