#James Kopkiewicz
1 messages ยท Page 1 of 1 (latest)
Hello ๐
Is there a guide you're following for this?
Can you share the example verification session ID?
That is a capability.updated event ๐
Don't think it has anything to do with Verification Sessions
ahh
perdon ;P
evt_1NGJxHDL2LaDtxsOrvZ1TsWC
identity.verification_session.processing [evt_1NGJxHDL2LaDtxsORKNOyOzb]
2023-06-07 12:51:05 --> identity.verification_session.requires_input [evt_1NGJxHDL2LaDtxsOrvZ1TsWC]
Thanks, give me a few as I don't know a ton about this API myself :p
ok ok ๐
If you look at the .requires_input webhook event, it has following
code: "document_unverified_other",
reason: "User provided data is automatically marked unverified in testmode. To test different outcomes use the options on the `testing` page to force a particular verification result."
},```
According to this section in the doc
https://stripe.com/docs/identity/verify-identity-documents?platform=ios&type=new-integration#test-the-verification-sheet
It should just work after the upload?
Can you share a screenshot of the pages you get in your app? @fervent matrix
One sec
uploading
Thank you, checking in to those
Are you uploading actual files of IDs or are you uploading our test images that are basically of a check mark or x? https://stripe.com/docs/connect/testing#test-identity-documents
Not 100% sure if that will affect the outcome for this specific flow. Still catching up on it a bit myself
w8 im asking our ios dev
we're uploading some random ID from google. When we we're using just an API, it worked, but on iOS SDK it wasnt
secondly also we have some strange problem with this SDK. Before opening an verification session, we're creating new account by our backend, from where we're sending an request to Stripe API. And there is a case - when using Postman - everything is fine and account has been created with enabled transfers capability, but the same request while using iOS app, stripe is asking us also for aditional data like personal email and phone number. The problem is that...Is totally the same request with the same headers etc, only test data provided in request are different like email first and last name etc, but structure is the same o_O. We didn't find a reason for that, so now we're sending email and phone as workaround from both clients, so now everything is verified, but still ID is missing.
Hi there ๐ jumping in, please bear with me a moment while I catch up on the context here.
Apologies, but I don't have firsthand experience with this flow. Can you explain what you're seeing when the verification sheet is brought up in your testing? Are there buttons to trigger specific test scenarios in addition to allowing you to upload a file?
sir...I mentioned before and provided an screenshots, on the application side we have an info about uploaded photo of ID
but on dashboard, there is an info that this ID is still missing
and getting on webhook info about missing input
we can't close verification session with success message
we're using IOS SDK
on our mobile app
Understood, unfortunately that does not give me a better understanding of what you're seeing during your testing. So I'm going to need to take some time to try to build my own test flow for this.
I'm not going to be able to quickly stand up a version of this flow that leverages our iOS SDK. When building a web flow, I see this form at the beginning of the Identity Verification process that allows me to select specific outcomes to trigger for testing instead of uploading a file:
Do you see something similar when starting the Verification Sheet on mobile?