New features, enhancements, and fixes to the Vlens API and documentation

Stay up to date with changes to the Vlens API, documentation, and platform.

August 24, 2026

API

Commercial Register PDF processing — background processing

CR PDF processing now runs in the background since it can take a long time. Added:

  • POST /v1/ocr/process_pdf — submit a PDF, returns immediately with a processing status
  • GET /v1/ocr/get_process_pdf_result/{transaction_id} — poll for the result
ocrdigital-identitywebhooksadmin-dashboardapi-reference

July 5, 2026

Documentation

Expanded API reference

The OpenAPI spec now documents 84 endpoints across Digital Identity, Business Request, Transactions, and Identity User Session — including flows that were previously guide-only or missing from the reference.

Authentication & account

digital-identitydocumentationapi-referenceregistration

May 12, 2026

New features

OAuth login — Google and Microsoft

Users can now register and authenticate using an existing Google or Microsoft account, eliminating the need for a separate email verification OTP.

New endpoints:

registrationoauthnew-features

October 29, 2025

Enhancements

Bulk countersigning

Service providers can now select multiple contracts in the “Manage request traffic” view and countersign them in a single action using Bulk Customer Sign — reducing manual signing overhead for high-volume tenants.

Auto-signer tool improvements

e-contractingsigningenhancements

October 15, 2025

Enhancements

Location-based liveness re-validation

The contract activation flow now enforces a 80 km radius check. When a user requests an OTP from a location more than 80 km from their last active device, the system requires liveness re-validation before proceeding. This prevents account takeover from geographically distant devices.

digital-identitylivenesssecurityenhancements

October 1, 2025

New features

Invitation sessions with pre-filled data

The POST /api/IdentityUserSession/CreateInvitation endpoint is now available. Admins can create iframe sessions with form fields pre-populated, so users only need to confirm and sign rather than fill in the full form.

e-contractingiframenew-features

September 15, 2025

Enhancements

SMS provider selection

The StepVerifyPhone endpoint now accepts a smsProviders field so tenants can choose which SMS gateway to use for OTP delivery on a per-request basis:

ValueProvider
1Infobip
2Vodafone
3Cequens
4Victory Link
5BroadNet
6Ezagel
7Orange
digital-identityregistrationenhancements

September 1, 2025

New features

Webhooks — App.BusinessRequestStatusChange

Tenants can now subscribe to contract lifecycle events via the Vlens portal. When a business request changes status (e.g. PendingApprovalApproved, ApprovedCustomerSigned), Vlens sends an HTTP POST to your configured endpoint.

e-contractingwebhooksnew-features