Accéder directement au contenu
Créez un compte
ou
connectez-vous
Le logo de la documentation Stripe
/
Demander à l’IA
Créer un compte
Connectez-vous
Commencer
Paiements
Revenus
Plateformes et places de marché
Gestion des fonds
Ressources de développement
Aperçu
Démarrer avec Connect
Principes de base de l'intégration
Exemples d'intégration
Gestion de compte
Inscrire des comptes
Configurer les Dashboard des comptes
Utiliser les types de comptes connectés
Traitement des paiements
Accepter les paiements
Effectuer des virements vers des comptes
Administration d'une plateforme
Gérer votre plateforme Connect
    Comprendre votre entreprise Connect
    Gestion de compte via le Dashboard
    Liens de rectification
    Gestion des risques avec Connect
      Risque géré de Stripe
      Bonnes pratiques
      Suspendre les paiements et les virements sur les comptes
    Outils de tarification de la plateforme
Formulaires fiscaux pour votre plateforme Connect
AccueilPlateformes et places de marchéManage 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.

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 canceled and the funds are returned to the connected account’s balance.

Remarques

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.

Cette page vous a-t-elle été utile?
OuiNon
  • Besoin d'aide? Contactez le service d'assistance.
  • Rejoignez notre programme d'accès anticipé.
  • Consultez notre journal des modifications.
  • Des questions? Contactez l'équipe commerciale.
  • GML? Lire llms.txt.
  • Optimisé par Markdoc