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
| Endpoint | Change | Resource |
|---|---|---|
| unreject | Added | Account |
Upgrade
- View your current API version in Workbench.
- 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
- Upgrade the API version used for webhook endpoints .
- Test your integration against the new version.
- If you use Connect, test your Connect integration .
Learn more about Stripe API upgrades.
Related changes
- Adds the ability to show who initiated a top-up
- Adds Payment Method support to Top-ups
- Adds new address fields to Accounts v1 for Singapore compliance
- Adds a new Smart Disputes management feature to Account Session embedded components
- Adds new address fields to Accounts v2 for Singapore compliance
- Enables rejecting connected accounts with non-zero balances and controlling whether to pause payouts