#muhammad-hamza_webhooks
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/1286210999967285259
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
If there are any missing or any information is needed, Stripe will send account.updated event: https://docs.stripe.com/connect/webhooks
i have created connected account on stripe via hosted connected account form.
and called the webhook once the account is created and added account Id in the DB, and another attribute to our understanding the userWithDrawEnable to true
now the user changes the information on his connected account, but if the user enters the wrong information or skip some information, connected account is not completed then i want to call the webhook that will let us know the some thing is missing, so that i can changes attributes in my DB
If user attempts to fill in the account, but there are still requirements that are missing, account.updated event will be sent as what I mentioned earlier: https://docs.stripe.com/connect/hosted-onboarding#handle-verification-errors
Any change on the connected account will have account.updated event sent. You can use the data inside to check if any requirement is missing or completed
what is the difference between complete and enable in connected accounts section
Here's the definition of the status badge: https://docs.stripe.com/connect/dashboard#status-badges
thank you
No problem! Happy to help ๐