Skip to content
Sign in
An image of the Stripe logo
Create account
Sign in
Home
Payments
Finance automation
Banking as a service
Developer tools
No-code
All products
Home
Payments
Finance automation
Home
Payments
Finance automation
Banking as a service
Developer tools
Overview
Building your integration
Developer tools
    Test mode
    Stripe Shell
    Stripe CLI
    Dashboard
      View request logs
      View events
      Setup listeners
      Register webhooks
    Stripe for Visual Studio Code
    Webhooks
    File uploads
    Feedback
SDKs
API
Security
Sample projects
Videos
Stripe Apps
Stripe Connectors
Partners
HomeDeveloper tools

Developers Dashboard

Use the Developers Dashboard to view API request and event activity.

The Developers Dashboard collects information about each request in your account—use the Dashboard to view common integration errors, requests that failed, webhook events, and more.

Start with a guide

View request logs

Learn how to filter API request logs and view log entries in the Developers Dashboard.

View events and event object payloads

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

Setup a local events listener

Learn how to setup a local webhook events listener in the Developers Dashboard.

Register webhook endpoints with Stripe

Register webhook endpoints in the Developers Dashboard so Stripe knows where to deliver events.

Key features

Determine the reason a request failed

Manage your Stripe integration from the Developers Dashboard. Find your default API version and all versions used by your account, or filter API request logs and view log entries.

Setup local webhook event listeners

Events are our way of letting you know when something interesting happens in your account. Use the Developers Dashboard and the Stripe CLI to setup a webhooks listener on your local machine, then trigger events to test your setup.

Manage access to your application

All accounts have a total of four keys: a publishable and secret key pair for test mode and live mode. Use the Developers Dashboard to expire an existing key, restrict traffic to an IP address, or create a restricted API key for microservices used by your application.

Monitor a webhooks integration

When you send an API request, we log one or more events for your account. Use the Developers Dashboard to view events triggered by your account so you know which events to monitor in your webhooks integration.

Was this page helpful?
Need help? Contact Support.
Watch our developer tutorials.
Check out our product changelog.
Questions? Contact Sales.
Powered by Markdoc
You can unsubscribe at any time. Read our privacy policy.
On this page
Start with a guide
Key features
Stripe Shell
Test mode
Welcome to the Stripe Shell! Stripe Shell is a browser-based shell with the Stripe CLI pre-installed. Login to your Stripe account and press Control + Backtick on your keyboard to start managing your Stripe resources in test mode. - View supported Stripe commands: - Find webhook events: - Listen for webhook events: - Call Stripe APIs: stripe [api resource] [operation] (e.g. )
The Stripe Shell is best experienced on desktop.
$