#Dooing-connected-account-status

1 messages ยท Page 1 of 1 (latest)

frigid grail
#

Hi ๐Ÿ‘‹ the "status" of a connected account is a concept that only exists in the Stripe dashboard, there is no corresponding status field within the API that you can reference.

This documentation helps talk through how the Dashboard determines that, but as we focus primarily on the API-side of things in this forum I'm not terribly familiar with exactly how the dashboard calculates those statuses.
https://stripe.com/docs/connect/dashboard#status-badges

silk raptor
#

STATUS
BADGE
Restricted Restricted
Restricted soon Restricted soon
Pending (enabled or disabled) Pending or Pending
Enabled Enabled
Complete Complete
Rejected Rejected

#

yes, retrieving such status would be exactly what I would be looking for

#

the documentation however does not say how to, using the api

#

who CAN tell me this?

frigid grail
#

Because you can't retrieve the status, the dashboard calculates it and it is not actually stored anywhere. You can use that documentation to see what the dashboard takes into account when calculating those statuses, and work to rebuild the logic for those.

#

You're going to want to focus on payouts_enabled, charges_enabled, requirements, and any capabilities that your flow requires.

silk raptor
#

well that exact calculation is what I need ๐Ÿ™‚

#

Pending
Pending means the account is being reviewed or verified by Stripe. This occurs when:

Stripe is verifying the information that was provided, such as an ID document upload.
Stripe is performing a watchlist check against a list of prohibited individuals and businesses.
Stripe is reviewing the account for suspected fraudulent activity.

#

especially this flag has NO explanationwhatsoever of how it is calculated

graceful geode
#

Hello ๐Ÿ‘‹
Stepping in here
Give me a moment to catch up on the thread, thanks ๐Ÿ™‚