Skip to content
Create account
or
Sign in
The Stripe Docs logo
/
Ask AI
Create account
Sign in
Get started
Payments
Revenue
Platforms and marketplaces
Money management
Developer resources
Overview
Versioning
Changelog
Upgrade your API version
Upgrade your SDK version
Essentials
SDKs
API
Testing
Stripe CLI
Sample projects
Tools
Workbench
Developers Dashboard
    Overview
    View request logs
    View events
    Add a webhook endpoint
Stripe Shell
Stripe for Visual Studio Code
Features
Workflows
Event Destinations
Stripe health alertsFile uploads
AI solutions
Agent toolkit
Model Context Protocol
Security and privacy
Security
Privacy
Extend Stripe
Build Stripe apps
Use apps from Stripe
Partners
Partner ecosystem
Partner certification
HomeDeveloper resourcesDevelopers Dashboard

View events and event object payloads

View events triggered by your account and their event object payload in the Developers Dashboard.

Note

Workbench replaces the Developers Dashboard, and we automatically enable it for all new Stripe accounts by default. Configure this setting from the Developers settings in the Dashboard.

Read about how to view event activity in Workbench.

When you send an API request, Stripe logs one or more events for your account. This page describes how to view events triggered by your account and their event object payload in the Developers Dashboard.

How events are logged

This table describes the different ways Stripe logs an Event for your account.

SourceTriggerEvents
APIWhen user actions in your app or website result in an API call.Logs one or more events on the Events page.
DashboardWhen you call an API by modifying your Stripe resources in the Stripe Dashboard.Logs one or more events on the Events page.
APIWhen you manually trigger an event with the Stripe CLI.Logs one or more events on the Events page.
APIWhen you call an API directly with the Stripe CLI.Logs one or more events on the Events page.

Filter events

Use these steps to view events and their event object payload.

  1. Open the Events page.
  2. To filter by event, click Filter, Type:
    • Enter an event name. For example, payment_intent.created.
    • Enter an event with the wild card character. For example, payment_intent.*.

Next steps

  • Webhooks
Was this page helpful?
YesNo
  • Need help? Contact Support.
  • Join our early access programme.
  • Check out our changelog.
  • Questions? Contact Sales.
  • LLM? Read llms.txt.
  • Powered by Markdoc