RyzeDeskRyzeDesk

Stripe

4105 articles

Adds the ability to reverse platform rejections on connected accounts


Adds the ability to reverse platform rejections on connected accounts

What’s new

Adds the ability for your platform to reverse your own rejections on connected accounts using the new Unreject an account endpoint.

Previously, reversing a rejection required you to contact Stripe support. The unreject action re-enables charges and payouts that were disabled by the rejection and reverts the account’s application state. You can only reverse rejections that your platform initiated. You can’t reverse Stripe-initiated rejections through this endpoint.

Impact

If your platform incorrectly rejects a connected account or wants to re-enable an account after the merchant remediates an issue, you can self-serve immediately instead of waiting for Stripe support.

This reduces downtime for your connected accounts and helps you resolve false positives faster in your fraud review workflows.

Changes

EndpointChangeResource
unrejectAddedAccount

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-07-29. dahlia
  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?