Community Discussion

Ask a Question
ANSWERED

Error messages

Hello ! I use vouched js plugin for my project. I'd really appreciate it if you are able to give me a hint where I can find a list of vouched error messages. I really appreciate any help you can provide.
ANSWERED

Photo mirroring

I use the js plugin in my angular application. Is there an ability to flip the taken photo? So, I mean, during the selfie we see the mirrored photo, but it is send as not. Is there an option to keep it mirrored?
ANSWERED

How to change the content of SMS received

How can I customise the text received to include my site name instead of organisations name?

JSPlugin Console.logs

There is a lot of output into the console when running the JS plugin, is there any way to configure that so we can turn it off for our Prod Environment? Or are there any plans to add that configuration in the future?
ANSWERED

Type Definitions

I have an Angular 12 Typescript application, and would like to import Vouched and work with it in a typescript friendly manner. I see an npm package for @vouched.id/vouched-js that has type definitions, but can't seem to find any reference to this in the docs, it doesn't have a readme, and the link on NPM does not lead anywhere. Is this a package that is officially supported, or is there another way I can pull in types without setting them up manually?
ANSWERED

Two last names

What is Vouched policy regarding a passport which has two last names recorded, and only one of them is sent (via js plugin) to match against in the `verification.lastName` property? Is that considered a pass or not?
ANSWERED

Address Match

While doing an id job, Voouched will check if name and birthday on the id matches against the submitted data. Is there a way to do that for addresses also? Thank you.
ANSWERED

Sandbox and crosscheck

Is there any endpoint to test crosscheck using sandbox?
ANSWERED

Sending Link without selfie?

Is it possible to send a link without having the customer to take a selfie? Maybe even uploading a selfie?
ANSWERED

1. On JobStarted Callback 2. Javascript Logs To Console

1. My question is in regards to the javascript plugin. Is there a call back for when the user starts a hand-off? If he is on his computer, and scans the QR code with his phone, or goes to the link that was texted to him, it would be useful to have a callback fire on the computer. 2. I noticed that the javascript plugin logs to the console. I believe that this in general is not desired, and should be removed.