Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

5282 articles

Adds support for retrieving individual activity logs


Public preview

Adds support for retrieving individual activity logs Public preview

What’s new

Introduces a new retrieve endpoint for the Activity Logs API that provides programmatic access to security history. You can now retrieve individual activity log entries by their ID to access detailed information about security events in your Stripe account. This complements the existing list endpoint to give you complete programmatic access to your account’s security activity.

Impact

You can now retrieve individual activity log entries by ID, enabling you to build targeted security monitoring and auditing integrations. Use the retrieve endpoint to fetch a specific event when building your security information and event management (the related setting) integrations or custom audit workflows.

Previously, you could only fetch activity logs as paginated lists. The retrieve endpoint lets you look up a specific log entry directly by its ID.

Changes

EndpointChangeResource
retrieveAddedV2. Iam. ActivityLog

Upgrade

  1. View your current API version in Workbench.
  2. If you use an SDK, upgrade to the corresponding SDK version for this API version.
  • If you don’t use an SDK, update your API requests to include Stripe-Version: 2026-05-27. preview
  1. Upgrade the API version used for webhook endpoints .
  2. Test your integration against the new version.
  3. If you use Connect, test your Connect integration .

Learn more about Stripe API upgrades.

Last verified 2026-09-25

Is this helpful?