ID Check
The simplest way to check
your customer’s driver license or passport.

Easy integration
No programming required. Everything is possible via the Caisson dashboard. Your ops team can start today.
Great for developers
Drop-in JS SDK for webscale implementation. Fully featured API gives you serverside access.
Best customer experience
ID Check works on any modern smartphone with no app to download. Customize the ID Check experience to match your company’s branding.
Easy as 1, 2, 3…
1. Selfie match
We’ll compare the selfie to the image on the ID document with facial recognition to confirm they match.
2. Document scan
Using computer vision, we’ll digitize your customer’s ID or passport and ensure everything is in order.
3. You Get your customer’s digitized ID
We’ll return the processed data along with a confidence score for each ID check.
Developer friendly
With just a few lines of code you can seamlessly integrate the Caisson ID Check flow anywhere in your website or mobile app.
<script src="http://api.caisson.com/v2/caisson.js"></script>
<script>
// Initialize Caisson with your public API key
var caisson = Caisson("{{your_caisson_public_key}}");
var button = caisson.button({customer_id:"1234", appearance: "light"})
button.on('idCheckCreated', function(idCheck){
console.log(idCheck);
})
button.on('error', function(error){
console.log(error);
})
button.on('idCheckComplete', function(){
// Go forth
})
button.mount("#caisson")
</script>
We take privacy seriously
End to end encryption, flexible data retention policy, access controls, 24/7 monitoring, and external audits. All to give your customer data unparalleled protection.
No app to download
We’ve worked hard to enable the photo-processing power of a native app into the mobile browser.
Low cost
Pay as you go. No minimum commitment, plus volume discounts.
Security and Audit trail
Your customer data is protected. You’ll be able to easily see who from your company accessed sensitive data.