#muhammad-hamza-siddiqui_code

1 messages ¡ Page 1 of 1 (latest)

lime cliffBOT
#

👋 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.

winged peak
#

Idk what you mean by email verification exactly, but if something changes on the account object, you should get an account.updated event

celest quartz
#

means you have to also verify the email like this

winged peak
#

Oh yeah I don't think generate a webhook event for that

celest quartz
#

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?

winged peak
#

No there's not a way to check via the api if email is verified

#

Why do you need to do this exactly

celest quartz
#

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

winged peak
#

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

celest quartz
#

but it is not being called on email verification :((

#

thats my concern

winged peak
#

No but it will be called when account is ready to use

celest quartz
#

let me try it again , but i tried multiple times

winged peak
#

You will get that event when charges_enabled and payouts_enabled get set to true

#

And every time something in requirements and capabilities changes

celest quartz
#

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

celest quartz
winged peak
#

You don't set those to true

celest quartz
#

in which api i mean

winged peak
#

They get set to true when the account holder completes onboarding

celest quartz
#

oh you meant this