#victorguillenpeerspace_api

1 messages ยท Page 1 of 1 (latest)

west carbonBOT
#

๐Ÿ‘‹ 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/1395467467618258964

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

iron coral
west carbonBOT
spice escarp
#

I have logic for that wait period of not finished processing, but these accounts have definitely finished processing

tardy solstice
#

Hi ๐Ÿ‘‹

I'm stepping in as my colleague has to go.

#

What part of the API verification process are you concerned with?

west carbonBOT
spice escarp
#

I guess the last step, it seems that an account has been verified and in our UI we still show it as pending, we're using verification.status, I just took a look at the docs and i think i need to update the code to look at verification.document.satus instead to get the "unverified", "verified" and "pending"

tardy solstice
#

Okay so it sounds like you already have a solution for that. I don't know what your UI is trying to represent to your users but checking the status of individual document verifications seems like a good way to ensure your users have visibility into exactly what they need to address or not.

spice escarp
#

this is the view, yeah i think checking the status of individual document verifications works, thank you for the help!

tardy solstice
#

Okay great. I hope that provides a better UX for your users.