#Amit_R_Thakur
1 messages ยท Page 1 of 1 (latest)
Hi there!
Can you share the ID (req_xxx) of the failing API request?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
This request is successfull, I mean the request that displays the error message you got:
"The provided key 'rktest*fdnhcg' does not have the required permissions for this endpoint on account 'acct_1LkHwSHdroauqq1G'. Having the 'rak_identity_product_read' permission would allow this request to continue.
Hi @kindred fog
There is no any field to allow rak_identity_product_read permission!
We need the requestId that displays that error message first
req_5Owi8wllRMbnky
Cool, this request helps..
I think you are missing these permission when creating that key
Do you see this options in your dashboard when creating a key?
Yes, I've given read permission to all
๐ค I can't see that permission on that key you generated, can you create another key and make sure to tick all the permission that I showed in my screenshot. Because I'm not seeing Identity section in the screenshot you provided.
okay let me check
There is no permission option from my side mentioned in the screenshot...
How can I enable the Identity Verification feature in my account?
Hi ๐ jumping in as my teammate needs to step away.
If you navigate to this page, do you see a questionnaire asking how you'd like to use Identity along with a box to accept terms and conditions?
https://dashboard.stripe.com/identity/application
Okay, thanks!
Please confirm one thing can I access the document number in the verification session report?
Suppose the user uploaded his passport image during the identity verification session.
So, can I access the passport number in the verification session report?
I'm not sure off hand, let me see what I can find.
I do see a parameter that can be included in responses when retrieving verification reports:
https://stripe.com/docs/api/identity/verification_reports/object#identity_verification_report_object-id_number-id_number
Based on the id_number_type field below, I'm not sure if that ID field will return passport numbers though.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.