DISABLED_REASON platform_paused CONFIDENCE WHEN SET: HIGH
Recoverable state

A platform paused my Stripe account. Who do I contact?

The platform paused this account. A platform this account is connected to (not Stripe itself) paused it.

What this state actually is

This code means your Stripe account is a connected account under someone else's platform: a marketplace, a SaaS product, a booking system. That platform, not Stripe, applied the pause. Stripe is hosting the account, not governing it. Stripe support genuinely cannot lift this, and time spent escalating with them is time not spent on the only party who can act. Work out which platform owns the connection, find the right contact there, and put the request in writing.

How to confirm this is your code

Stripe exposes the code in the requirements.disabled_reason field of your Account object. Check it with a direct API call, GET /v1/accounts/{ACCOUNT_ID}, or connect Opsidion read-only and it reads the field for you, along with the verification errors, capability state, and 90 days of risk signals that explain why Stripe set it. The dashboard banner usually paraphrases this code, but the field itself is the source of truth.

What puts an account in this state

Roughly in order of how often we see each one:

  • A dispute with the platform: unpaid fees, a policy breach, a terms violation on their side of the relationship.
  • The platform's own risk controls acting on your seller or merchant account, independently of anything Stripe assessed.
  • A suspended or closed account on the platform, with the payments pause following automatically.
  • The platform itself having problems with Stripe, which can cascade to the accounts connected beneath it.

The playbook

  1. Contact the platform operator directly. Stripe support cannot lift a platform pause.

What to have ready before you respond

Every round trip with Stripe costs days, so the goal is to make the first reply the complete one:

  • Which platform holds the connection. It is visible in your Stripe dashboard under the connected-account or platform section.
  • Every notice that platform sent you, which is where the actual reason lives.
  • Your account standing with them: outstanding fees, open disputes, policy warnings.
  • Your own record of what the balance is and what is owed to you, since recovering funds is a separate conversation from restoring access.

What makes it worse

The avoidable mistakes. Each of these turns a slow problem into a harder one:

  • Escalating with Stripe support. They cannot reverse a platform's decision, and the round trip costs days.
  • Assuming the funds are gone. The balance still belongs to you; how and when it is released is a question for the platform's terms.
  • Signing up for a direct Stripe account to route the same business around the platform, without checking whether your agreement with them permits it.

Typical timeline

Entirely up to the platform operator

Get the full diagnosis, not just the code

The code tells you the category; it doesn't tell you which charge pattern, website issue, or verification field caused it. Opsidion's $49 diagnosis ranks every probable cause from your account's own signals, and auto-refunds if it finds nothing assessable.

Frequently asked

What does platform_paused mean on a Stripe account?

A platform this account is connected to (not Stripe itself) paused it.

How do I fix a Stripe account with disabled_reason platform_paused?

Contact the platform operator directly. Stripe support cannot lift a platform pause.

How long does platform_paused take to resolve?

Entirely up to the platform operator

What causes a Stripe account to get platform_paused?

A dispute with the platform: unpaid fees, a policy breach, a terms violation on their side of the relationship. The platform's own risk controls acting on your seller or merchant account, independently of anything Stripe assessed. A suspended or closed account on the platform, with the payments pause following automatically. The platform itself having problems with Stripe, which can cascade to the accounts connected beneath it.

What documents do I need for a platform_paused restriction?

Which platform holds the connection. It is visible in your Stripe dashboard under the connected-account or platform section. Every notice that platform sent you, which is where the actual reason lives. Your account standing with them: outstanding fees, open disputes, policy warnings. Your own record of what the balance is and what is owed to you, since recovering funds is a separate conversation from restoring access.

What should I avoid doing after getting platform_paused?

Escalating with Stripe support. They cannot reverse a platform's decision, and the round trip costs days. Assuming the funds are gone. The balance still belongs to you; how and when it is released is a question for the platform's terms. Signing up for a direct Stripe account to route the same business around the platform, without checking whether your agreement with them permits it.

What to read next


Related codes

Last reviewed