You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ccen-stripe In the web version it explicitly says "driver’s licencse" if that is the only document that’s accepted. It would be perfect if the SDK would also do it like this:
Get ready to scan your driver's license
Grab your driver's license
Front of driver's license
Flip your ID over
Get ready to scan the back of your ID
Summary
We only accept driving licences but in the interface users get confused because the headers are "Front of identity card" and "Back of identity card".
In German this translates to "Vorderseite des Personalausweises" which is not a driving license.
See also:
Version
The problem occurs with
stripe-ios
23.27.2Details
We currently only accept driver's licences by defining
options.document.allowed_types = ["driving_license"]
when using the APIAvailable options are:
driving_license
... Drivers license document type.id_card
... ID card document type.passport
... Passport document type.But in the interface the title is always "Front of identity card".
The text is "Position your identity card in the centre of the frame".
In the code you only use "Front of identity card" here.
On the first screen you use:
"Get ready to scan your photo ID"
The text was updated successfully, but these errors were encountered: