#muhammad-hamza-siddiqui_code
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/1309537960097611858
đ 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.
- muhammad-hamza-siddiqui_code, 3 hours ago, 25 messages
- muhammad-hamza-siddiqui_docs, 2 days ago, 43 messages
- muhammad-hamza-siddiqui_docs, 4 days ago, 72 messages
Idk what you mean by email verification exactly, but if something changes on the account object, you should get an account.updated event
Oh yeah I don't think generate a webhook event for that
so what could be the solution for this?
is there a way to check account status?
that it is active , pending or remaining
any api for it?
No there's not a way to check via the api if email is verified
Why do you need to do this exactly
because as per my research the amount is not being transferred to the connected account until and unless its account status is active
and email verification is also required to make it active
like this
Yeah you should get account.updated events every time the account object changes. That would be the event to listen to to know when an account is active
No but it will be called when account is ready to use
let me try it again , but i tried multiple times
You will get that event when charges_enabled and payouts_enabled get set to true
And every time something in requirements and capabilities changes
yes i know this but on email verification it is not being called , but as you told me on account status to active it will be called
let me try this
btw where should i set it to true?
You don't set those to true
in which api i mean
They get set to true when the account holder completes onboarding
oh you meant this