#tomgullen_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/1341745185637531739
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
This is the verified address verification report:
{
"id": "vr_1QuC64Iq2o1LAhVTKmejsqle",
"object": "identity.verification_report",
"client_reference_id": "15844",
"created": 1739966988,
"document": null,
"email": null,
"id_number": null,
"livemode": false,
"options": {
"document": {
"allowed_types": null,
"require_id_number": false,
"require_live_capture": false,
"require_matching_selfie": false
},
"id_number": {}
},
"phone": null,
"selfie": null,
"type": "address",
"verification_flow": null,
"verification_session": "vs_1QuC5oIq2o1LAhVTv1VEsSdO"
}
I can't ascertain any information about the verified address
I understand I'm on the beta so do accept there will be some issues like this perhaps.
Could you please share the guide you are following, to make sure I'm following you
Specifically, the address verification type:
Ah, maybe I need to request the verification session as this seems to include the address? But the report does not.
Yeah try to expand the verification_session
I can see the address details in the attached verification_session vs_1QuC5oIq2o1LAhVTv1VEsSdO
Yes this looks to be the solution thank you - for what it's worth I would expect the address details in the verification report as that's how it works with other types of verifications
Perhaps a bug
I think you are referring to two different objects: verification session and verification report.
Yes, once the session is verified, it creates a verification report. With address verification, no information about the verified address is contained within the report.
My aopologies, looks like I was wrong it does.
Please ignore me I'm an idiot
No worries, always happy to help!
Right sorry my apologies I've found the problem
I'm using Stripe.net, and when I retrieve the report:
var report = service.Get(session.LastVerificationReportId);
It doesn't return the address parameter (because I suppose Stripe.net doesn't include invite only features)
Do you know how I would get the omitted address object?
And I've found it, .RawJObject property
You can close tis ticket sorry again