#canaansmith
1 messages · Page 1 of 1 (latest)
Hi 👋 what is insomnia?
Do you know what postman is?
Yes
It's very similar. It's an API testing tool.
Okay, so you're making an API reqeust to retrieve sensitive Identity results and are running into a blocker? What do you have so far, are you running into an error of some sort that you can share?
That's what I'm trying so far, and the results are not appearing in the response.
That's test data btw
I was expecting an error since that session is older than 48 hours. If that's how it's supposed to be, then I'll just work with it.
What kind of key are you using to make the request? It looks like it needs to be a restricted API key, so I think that's expected if you're using your secret key:
https://stripe.com/docs/identity/access-verification-results#:~:text=Access to more sensitive fields require the use of restricted API keys
I'm using a restricted key, but not IP restricted.
I have one that is IP restricted I'm trying to have that as a secondary option for verifications older than 48 hours after the embarassing situation this morning.
Gotcha, so I think that's expected then. The key can still be used to retrieve the object, so I believe it is expected that we don't throw an error, but we also don't return the information that is no longer available based on the key being used.