#julius-identity-verification
1 messages · Page 1 of 1 (latest)
julius-identity-verification
hello @vague hill ! Can you provide a bit more details? What part of the API are you referencing? what selfie?
I'm doing a file link of the document and selfie and each time it creates for the verification session vs_1M3pcSBX8ncUQH1mSwUMkSpp, it always fails. When I checked the detail in the dashboard it says it is going to expire 5 days from the day of upload. How could I reenable the images?
Few days ago, those were accessible. Is it because those documents already expires?
does https://stripe.com/docs/identity/access-verification-results#images help? The link expire quickly we don't let you access them forever
I understood that part, but what I am referring to is during the creation of the file link. It says 'Link creation is not allowed for this file.'.
I guess it has something to do with this one shown on the identity page?
What exact error do you get? Can you share a request id req_123?
thanks looking
thanks
okay sorry
how do you create the FileLink?
because I just tried and it works fine for me
how are you accessing that File id in the first place?
I assume you're already using a Restricted API key right?
yeah it looks like that File is already "expired" and so it's too late to access it. Trying to figure out why
how you were able to access the file earlier?
not sure what you mean
But yeah looks like the VS was verified on Nov 13 and the File expired after 5 days after all which is what the warning tells you.
We don't seem to have any doc for this but it seems to be test mode specific
I mean, how were you able to create a file link earlier?
this one
I meant I tried the same thing on my own account. I can't try for your own file
Ultimately I went and read our code internally to confirm. Also filed a clear bug report so that the error message gets rewritten completely to say exactly why: the file has expired after 5 days in Test mode so you can't create a FileLink for it and need to use a new VerificationSession mostly
I see, I basically need to create a new verification.
By the way, another concern, do the payment method return the Issuer?
I can't find it in the documentation but there's a property in the stripe c# and it is always null.
no Issuer is not returned by default. It's a feature you need to get "enabled" on your account by contacting our support team: https://support.stripe.com/contact
I see, will talk to them to enable it. Thanks for the help.