Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Adds ability to require approval for Stripe-initiated actions


Public preview

Adds ability to require approval for Stripe-initiated actions Public preview

What’s new

Introduces the Approval Requests v2 API in public preview. Use this API to require explicit approval before Stripe executes sensitive actions on your account, such as creating charges, payouts, transfers, or refunds. The API supports create, update, list, retrieve, and cancel endpoints.

Approval Requests support actions across payments, billing, and money movement, including charge creation, payout creation, transfer creation, refund creation, and subscription updates.

Stripe sends the following events related to Approval Request activity:

  • v2. core. approval _ request. created
  • v2. core. approval _ request. approved
  • v2. core. approval _ request. rejected
  • v2. core. approval _ request. canceled
  • v2. core. approval _ request. expired
  • v2. core. approval _ request. succeeded
  • v2. core. approval _ request. failed

Impact

You can configure rules that require Stripe to obtain human approval before processing high-risk or sensitive API actions on your account. Listen for Approval Request webhook events to build automated notification and review systems that integrate with your existing operational tooling.

Changes

ChangeResource
AddedV2. Core. ApprovalRequest
EndpointsChangeResource
cancel list retrieve updateAddedV2. Core. ApprovalRequest
ChangeEvent type
V2CoreApprovalRequestApprovedEvent V2CoreApprovalRequestCanceledEvent V2CoreApprovalRequestCreatedEvent V2CoreApprovalRequestExpiredEvent V2CoreApprovalRequestFailedEvent V2CoreApprovalRequestRejectedEvent V2CoreApprovalRequestSucceededEventAddedV2.Core.ApprovalRequest

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-08-26. 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 .
  4. In Workbench, perform the upgrade . You can roll back the version for 72 hours.

Learn more about Stripe API upgrades.

Last verified 2026-09-24

Is this helpful?