Skip to content
Create account
or
Sign in
The Stripe Docs logo
/
Ask AI
Create account
Sign in
Get started
Payments
Finance automation
Platforms and marketplaces
Money management
Developer tools
Get started
Payments
Finance automation
Get started
Payments
Finance automation
Platforms and marketplaces
Money management
Overview
Get started with Connect
Integration fundamentals
Example integrations
Onboard accounts
Configure account Dashboards
Accept payments
Pay out to accounts
Manage your Connect platform
    Understand your Connect business
    Dashboard account management
    Remediation links
    Risk management with Connect
      Stripe Managed Risk
      Best practices
      Pause payments and payouts on accounts
    Platform pricing tools
Tax forms for your Connect platform
Work with connected account types
HomePlatforms and marketplacesManage your Connect platformRisk management with Connect

Pause payments and payouts on connected accounts

Support risk management by controlling the flow of funds into and out of your connected accounts.

Copy page

Platforms can pause payments or payouts on accounts where they’re liable for negative balances, including Express and Custom accounts, through the Connected Account details Dashboard page. Unlike rejecting an account, you can pause payments or payouts regardless of the connected account’s balance. You can unpause payments or payouts at any time through the same page.

To pause or unpause payments or payouts on the connected account details Dashboard page, click the overflow menu in the top right.

Effects of pausing payments or payouts

Pausing payments

Pausing payments blocks creation of any charges. It also makes the transfer, card_payments and other payment methods capabilities inactive.

Pausing payouts

Pausing payouts blocks creation of both automatic and manual payouts. The pause also stops processing of any in-flight payouts, which remain in pending status for up to 10 days:

  • If you unpause payouts within 10 days of a payout’s creation, the payout resumes.
  • If you don’t unpause payouts within 10 days of a payout’s creation, the payout is cancelled and the funds are returned to the connected account’s balance.

Note

You can pause payments in both live mode and in a sandbox. However, we don’t enforce it in a sandbox. Pausing payments in a sandbox deactivates the corresponding capabilities on the account, but that doesn’t block the creation of charges.

After performing an action on a connected account, you can view the change in the account’s status, which is reflected in the Accounts API. In the API response for the connected account, the charges_enabled or payouts_enabled fields return false depending on the action taken, and the requirements hash has a disabled_reason of platform_paused.

{ "id":
"{{CONNECTED_ACCOUNT_ID}}"
, ... "charges_enabled": false, "payouts_enabled": false, "requirements": { "disabled_reason": "platform_paused" } }

Filter connected accounts by risk action

When viewing the Connected account list page in your Dashboard, you can filter for the accounts that you have restricted either payments or payouts for.

Connected account notifications

Actioned accounts with access to the Express Dashboard see a notice there, explaining that their platform paused payments or payouts on their account, and telling them to direct any questions to their platform.

Actioned accounts without access to a Stripe-hosted Dashboard, including Custom accounts, don’t see any communication from Stripe. You’re responsible for notifying them when you pause their payments or payouts.

Was this page helpful?
YesNo
Need help? Contact Support.
Join our early access programme.
Check out our changelog.
Questions? Contact Sales.
LLM? Read llms.txt.
Powered by Markdoc