#victorguillenpeerspace_api
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/1395467467618258964
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi! verification.status is deprecated but I would imagine pending means the machinations behind the scenes have started but not finished processing the verification.
I have logic for that wait period of not finished processing, but these accounts have definitely finished processing
found this doc https://docs.stripe.com/connect/handling-api-verification
Hi ๐
I'm stepping in as my colleague has to go.
What part of the API verification process are you concerned with?
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"
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.
this is the view, yeah i think checking the status of individual document verifications works, thank you for the help!
Okay great. I hope that provides a better UX for your users.