2024-09-12

Paths

Components schemas

  • DocumentCheckWebhook
    • ✨ [Added] required property key to check.data.settings.custom_document_type

Deprecation warnings

Document check

We have introduce a new attribute key on custom document type and you can now use it to create your Document check directly in settings.document_type_key. This will help integrator to have more resilient and consistent integration across multiple workspaces and avoid storing custom document types (to have the id) on their side for each environments.

Thus, we have deprecated the document check creation using custom document type id (settings.custom_document_type_id is deprecated) and also the settings.document_type for default document type.

The recommended way is now to always use settings.document_type_key.

These attributes will be completely removed at the end of 2024.

Ubble vendor

Ubble is now Checkout and they will shutdown their API at end of 2024. We already have integrated Checkout to replace Ubble and we strongly recommend you switch to Checkout as soon as possible.

On the workspace settings > Checks > Identity Verification, make sure you have a Checkout product selected (and not Ubble).

On your API integration, on your Create an ID Verification call make sure you don’t have settings.vendor that is defined to ubble.

Ubble as an Identity verification vendor will be removed as a valid option at the end of 2024.

NOTE: All legacy data of Identity verification done with Ubble will be kept.