#john_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/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.
- john_express-account-onboarding, 9 hours ago, 4 messages
- john_api, 2 days ago, 8 messages
- john_api, 6 days ago, 4 messages
Hi there, let me take a look
thanks!
Where did you see the dob empty, did you expand the https://docs.stripe.com/api/identity/verification_sessions/object?lang=curl#identity_verification_session_object-verified_outputs ?
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
Did you include verified_outputs.dob in the expand array?
yes @scenic folio
Hi! Can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
@scenic folio
req_fDkppQrSQI6oTj
I mean the ID of the request that you made to retrieve the verificaiton session
I used the id of the VerificationSession object that I got via webhook event
vs_1QzOEM2LjNH6sc0XSPVS7Ms9
Hmm, you mentioend you added verified_outputs.dob in the expand array, in what request did you specify the expand array?
while making a call to retrieve the expanded VerificationSession
Ok, so what's the request ID?
it seems like I am missing something. Let me list the steps that I followed:
- deserialize VerificationSession object from the webhook event
- use the id of the deserialized VerificationSession object in the API call to get the expanded VerificationSession
I'd just need the ID of the request that you made in step 2
how can I find that?
it is a java api call usiing the ID of the verificationsession object.
So this is the request, it seems you only include verified_outputs, not verified_outputs.dob
can you try again with verified_outputs.dob ?
https://support.stripe.com/questions/finding-the-id-for-an-api-request btw this doc tells how to find request ID from your dashboard