RyzeDeskRyzeDesk

Stripe

4105 articles

Adds a new value to payment review closed reasons


  • Breaking changes
  • Public preview

Adds a new value to payment review closed reasons Breaking changes Public preview

What’s new

Introduces payment_never_settled and acknowledged as new enum values of the Review object’s closed_reason. The payment_never_settled value provides a more detailed reason to specify when the issuer bank declines the transaction that triggers automatic closure of the review. The acknowledged value provides the reason to specify a user reviewed and closed the payment review.

Why is this a breaking change?

Adding the new enum values is considered a breaking change because existing user integrations might not anticipate or handle the new values correctly. This can lead to unexpected behaviour, errors, or failures in systems that rely on explicitly handling known enum cases.

Impact

Closed payment reviews now include the new payment_never_settled value as a closed_reason. Update your integration to handle this value accordingly.

Changes

ParametersChangeResources or endpoints
closed_reason reasonRemovedReview

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: 2025-07-30. 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-27

Is this helpful?