#polis_api

1 messages ¡ Page 1 of 1 (latest)

next briarBOT
#

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

steady wasp
limber siren
#

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?

steady wasp
#

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?

limber siren
#

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

steady wasp
limber siren
#

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

steady wasp
#

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.

limber siren
#

got it. thank you!

steady wasp
#

Sure