#polis_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/1361791292790542580
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, I'm unsure I follow your question. You can access the verification resilts: https://docs.stripe.com/identity/verification-sessions#results and attain the names. Where do you see it failing to show these details? What failures do you expect?
correct. as you can see in the screenshot, these values are nullable. im wondering - how often will stripe successfully verify a drivers license in the US, but fail to provide first_name, last_name and address as a validated result
given a completed verification session on a drivers license, should i ever expect these fields to be null?
Once all the verification checks have passed, the status changes to verified. You can then expand the verified_outputs field to see the verified data like name. I can't think of an instance when this would happen. Are you seeing an issue that would cause this question?
im not seeing an instance that would cause this question. simply asking because the fields are nullable. want to build a system that has all edge cases thought through
its not live yet
That section of the document talks about the shape of the object. You won't be able to change the verification report: https://docs.stripe.com/api/identity/verification_reports
I still can't imagine what edge cases you'd be referring to here
gotcha ill move forward with the assumption that first_name last_name and address are always provided for verified drivers licenses
theoretically you should be able to run a script for me that queries on stripe drivers license verification sessions and checks to see if the associated report has first name last name and address
You can write in to our support team will be able to assist you better than I can: https://support.stripe.com/contact
I won't have access to details like this on my end. This chat is focused on developers and technical questions so if you're looking to confirm perfomance behaviors you'd want to write in.
got it. thank you!
Sure