#john_api

1 messages ¡ Page 1 of 1 (latest)

waxen pendantBOT
#

👋 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/1347042255583576116

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

scenic folio
#

Hi there, let me take a look

spring kindle
#

thanks!

scenic folio
spring kindle
#

I saw in the expanded verificationSession:

"id": "vs_1QzOEM2LjNH6sc0XSPVS7Ms9",
"last_error": null,
"last_verification_report": {
"client_reference_id": null,
"created": 1741205439,
"document": {
"address": {
"city": "PEORIA",
"country": "US",
"line1": "9762 W YUKON DR",
"line2": null,
"postal_code": "85382",
"state": "AZ"
},
"dob": null,

#

"verified_outputs": {
"address": {
"city": "PEORIA",
"country": "US",
"line1": "9762 W YUKON DR",
"line2": null,
"postal_code": "85382",
"state": "AZ"
},
"dob": null,

#

@scenic folio

scenic folio
#

Did you include verified_outputs.dob in the expand array?

spring kindle
#

yes @scenic folio

scenic folio
spring kindle
#

@scenic folio

req_fDkppQrSQI6oTj

scenic folio
#

I mean the ID of the request that you made to retrieve the verificaiton session

spring kindle
#

I used the id of the VerificationSession object that I got via webhook event

#

vs_1QzOEM2LjNH6sc0XSPVS7Ms9

scenic folio
#

Hmm, you mentioend you added verified_outputs.dob in the expand array, in what request did you specify the expand array?

spring kindle
#

while making a call to retrieve the expanded VerificationSession

scenic folio
#

Ok, so what's the request ID?

spring kindle
#

it seems like I am missing something. Let me list the steps that I followed:

  1. deserialize VerificationSession object from the webhook event
  2. use the id of the deserialized VerificationSession object in the API call to get the expanded VerificationSession
scenic folio
#

I'd just need the ID of the request that you made in step 2

spring kindle
#

how can I find that?

#

it is a java api call usiing the ID of the verificationsession object.

scenic folio
#

So this is the request, it seems you only include verified_outputs, not verified_outputs.dob

#

can you try again with verified_outputs.dob ?