Skip to content
Create account
or
Sign in
The Stripe Docs logo
/
Ask AI
Create account
Sign in
Get started
Payments
Finance automation
Platforms and marketplaces
Money management
Developer tools
Get started
Payments
Finance automation
Get started
Payments
Finance automation
Platforms and marketplaces
Money management
Overview
Versioning
Changelog
Upgrade your API version
Upgrade your SDK version
Developer tools
SDKs
API
Testing
Workbench
Event Destinations
Workflows
Stripe CLI
Stripe Shell
Developers Dashboard
    Overview
    View request logs
    View events
    Add a webhook endpoint
Agent toolkit
Stripe health alertsBuilding with LLMsStripe for Visual Studio CodeFile uploads
Security
Security
Extend Stripe
Stripe Apps
Stripe Connectors
Partners
Partner ecosystem
Partner certification
HomeDeveloper toolsDevelopers Dashboard

View API request logs

Filter API request logs and view log entries in the Developers Dashboard.

Copy page

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 API request logs in Workbench.

When you send an API request, Stripe creates an object and logs the request for your account. This page describes how to filter API request logs and view log entries for your account in the Developers Dashboard.

How requests are logged

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

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

View your default API version

When you send requests to Stripe, you may specify an API version with the Stripe-Version header. If you don’t specify an API version, Stripe uses your account’s default API version. Use these steps to find all of the API versions used by your account within the last week. If you’re using the latest API version, the version is labeled Latest.

  1. Open the Developers Dashboard.
  2. Your account’s default API version is labeled Default.

To view a list of versions, see the API changelog.

View API requests by source

Use these steps to filter requests by an API call source.

  1. Open the Logs page.
  2. Click More.
  3. In Source, select Dashboard or API to filter requests by source.
  4. Click Apply.

Find common integration errors

Use this filter to discover common integration errors by error code and API endpoint.

  1. Open the Developers Dashboard.
  2. In Recent errors, select the filter button ().
  3. Select an error type.
  4. Click an error to view the request payload that failed and the reason.

Filter by resource ID

When you create, update, or delete a Stripe resource using Stripe APIs, Stripe returns a resource ID in the response payload. For example, when you Create a customer, Stripe returns a customer ID (in id), such as cus_ImZZa3EEvvQQQU. Use these steps to filter API requests by resource ID.

  1. Open the Logs page.
  2. Enter the resource ID in the Filter by resource ID text field.

Apply advanced filters

You can use the inline navigation to filter API requests by Date, Status, Method and API endpoint, or apply additional filters to troubleshoot requests. Use these steps to filter API requests by API version, error type, error code, and other filters, such as an IP address.

  1. Open the Logs page.
  2. Click More.
    • To filter by version, select an option in the API version dropdown menu. For example, 2025-04-30.basil.
    • To filter by error type, select an option in the Error type dropdown menu. For example, card_error.
    • To filter by error message, select an option in the Error code dropdown menu. For example, bank_account_unverified.
  3. Click Apply.
Filter by API version
Was this page helpful?
YesNo
Need help? Contact Support.
Join our early access program.
Check out our changelog.
Questions? Contact Sales.
LLM? Read llms.txt.
Powered by Markdoc