#hiru99-connect-account-status
1 messages · Page 1 of 1 (latest)
Hey, there's no one field that represents account status like that Dashboard badge
That's computed from a lot of fields on the account
so how can we manage this without knowing the stripe connect account status please solve this
Manage what exactly?
Generally you'd check the charges_enabled and payouts_enabled fields on the Account object: https://stripe.com/docs/api/accounts/object
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
see in the screenshot stripe wants some data to verification and status is restricted_soon and payments is enable so how can i do this?
yes
in my website if dealer stripe connect account status is complete so they can proceed next step otherwise no so what to do now ?
It's true that accounts may have requirements that become due in the future. You need to track and account for that: https://stripe.com/docs/connect/custom-accounts/future-requirements
but why stripe doesn't send my this status flag
We just don't sorry, it's computed in the Dashboard
and i have one more query,
how can we send payment directly in the connect account ?
through customer card
You'd likely create a separate charge, and then transfer the funds: https://stripe.com/docs/connect/charges#separate-charges-transfers