#lordnuven

1 messages · Page 1 of 1 (latest)

mystic oasisBOT
novel holly
#

Hello,

  1. Is there a Stripe Identity Flutter plugin available, or is there one currently in development? Our mobile app is a Flutter application for Android/iOS, and from what I have read in the Stripe Identity documentation, you currently only have the Web kit, or the native Android/iOS kits available. We would prefer not to have to use the Web kit inside a Flutter WebView, but instead use a Flutter Stripe Identity plugin if there is one available.
    No, we don't support a Flutter SDK. There is a third-party Flutter SDK (https://pub.dev/packages/flutter_stripe) but we don't maintain that and we don't know what features that has. We do provide a React Native SDK that supports Identity.
  1. Is there a Stripe Identity Restful API, similar to the Payments API? I looked at the documentation and all i could find is the platform kits, and no mention of a Restful Stripe Identity API.
    Yes, that API is here: https://docs.stripe.com/api/identity/verification_sessions and docs are https://docs.stripe.com/identity/verify-identity-documents
  1. In regards to the Stripe Identity Web kit, is there an ability to customize the verification session flow so that the user is not uploading the same ID card or Selfie every time a verification session fails? We would like to use Stripe Identity to verify both a valid Driver's License, and a Selfie, but it will be very annoying to the user if one of the documents they uploaded failed and they have to reupload / take a picture of the document that already passed verification.
    You control this in looking at the verification report and what you do in your verification session.
rough eagle
#

Thank you for responding. You mentioned that we can control we verifiy in the verification session, but i have already looked through all of the Verification session API reference documentation, and I was unable to locate where we can verify a Selfie against an already verified Driver's License ID image from a previous verification session.

novel holly
#

Ah sorry I misunderstood

#

I thought you were saying you wouldn't want to do both checks each time.

#

If the selfie verification fails, then yes they would have to take pictures again of both.

#

No way around that

rough eagle
#

oh, no, we do want to do both checks each time, but not have the user upload both documents each time

novel holly
#

Yeah don't believe that is possible right now

#

I can put in a feature request for that

#

But no way to indicate to "re-use" a document

rough eagle
#

Ah ok. I figured as much, but was worth a shot to ask the devs 🙂