#meet_account-requirements
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1278826532244164629
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- meet_code, 1 day ago, 40 messages
meet_account-requirements
@small dagger what you want to do is retrieve the Account via the API and then look at the requirements property https://docs.stripe.com/api/accounts/object#account_object-requirements which lists exactly what information is needed/missing/incorrect
let's say i have three accounts, each of them have different statuses "Enabled", "Restricted" and "Complete". what will be the difference bw the requirements object for each of them ?
Yeah this is way more subtle than that. The thing you are talking about are Dashboard badges which are completely separate from our API.
I recommend reading https://docs.stripe.com/connect/dashboard to start
And then reading https://docs.stripe.com/connect/handling-api-verification#verification-process which goes into details over the API
out of all the badges, which badge(s) indicate if payment can be made or not using that particular gateway?
That's not how it works, the badges are completely unrelated to this specific thing. If you want to know if a "payment can be made" you need to look at charges_enabled on the Account API
ahh , I see Thanks for explanation