Connect users can now easily identify connected accounts that will experience repeated payout failures, use tools to fix the error, and block potentially suspicious external accounts all from the Stripe Dashboard.
External accounts are financial accounts that receive Connect payouts. When a Connect payout is attempted to an external account associated with a connected account and it fails, Stripe errors that particular external account and will pause scheduled payouts to that external account.
Stripe uses webhooks to notify your application when an event happens in your account, including payout failures. All Connect integrations should establish a webhook endpoint to listen for Connect events.
You can inspect an external account two ways:
API
Call the /v1/accounts/:id/external_accounts API and read the status attribute. If a payout fails, the status is set to errored and scheduled payouts are stopped until external account details are updated.
Dashboard
From Connected Accounts, select a connected account, then click Profile and scroll down to find External Accounts in the Payout Information section.
Errored accounts will be badged with an Error label. Expand the external account using the chevron to the left of the account name to find more details, including why the external account is errored.
Connected accounts with errored external accounts will also show up in your Accounts to Review list with a Restricted status and bank account or debit card in the Information Needed field.
From the Dashboard, you can generate a sharable update link from the External Account section of the connected account's detail page.
Using this link, the connected account will be able to directly update their external accounts.
If the connected account is a Platform-verified connected account, you can also update the account directly from the Dashboard.
You can block an external account from receiving Connect payouts from your platform. You can only do this via the Dashboard from the External Account section of the connected account's detail page:
Blocking an external account will block it on your entire platform. That is, if another connected account attempts to add or pay out to that external account, it will also fail.
You can also reject a connected account outright from the three-dot menu of the connected account's detail page.