#jakel-connect-status

1 messages · Page 1 of 1 (latest)

sudden ledge
#

Hi 👋 the status that is shown in the dashboard, is actually calculated by the dashboard. There is no status field directly on the Account object that aligns to those statuses.

You can look at fields on the account to determine whether it's in a sufficient state to work your flow. Typical fields that are useful for that are payouts_enabled, future_requirements, requirements(particularly requirements.currently_due and requirements.disabled_reason), and capabilities.

marsh vessel
#

Got it, thank you for the clarification. Is there something that is less granular then? Perhaps just a "Complete" vs. "Restricted"? Or would we still want to look into the fields you sent over.

sudden ledge
#

No, there isn't. I think charges_enabled and payouts_enabled are the more general fields, but am not certain on that. It looks like you have some connected accounts in various states, so you can compare the status shown in the dashboard with the account details returned by the API to try building your own mapping in your code's logic.

marsh vessel
#

ok, thanks