#rajesh-nataraj_webhooks
1 messages · Page 1 of 1 (latest)
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.
- rajesh-nataraj_webhooks, 18 hours ago, 13 messages
- rajesh-nataraj_api, 20 hours ago, 32 messages
- rajesh-nataraj_api, 22 hours ago, 12 messages
👋 Welcome to your new thread!
⏲️ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1261226006291808280
📝 Have more to share? Add details, code, screenshots, videos, etc. below.
hello! we don't have a direct mapping for that parameter / value. You'd generally want to check the requirements parameter to see if additional info is required : https://docs.stripe.com/connect/handling-api-verification
"requirements": {
"currently_due": [
],
"errors": [
],
"past_due": [
],
"pending_verification": [
]
},
are you referring to this
if there are no errors then is the account complete?
no, not necessarily. Only if there are no _due requirements then I would consider the account as complete. This is the section you would probably want to go through : https://docs.stripe.com/connect/handling-api-verification#determine-if-verification-is-needed
there is currently_due, past_due, and eventually_due
ah, my bad, i missed out on this - https://docs.stripe.com/connect/dashboard#complete
In the account’s requirements hash, the array eventually_due is empty.