The following limits now apply on Sandbox during the API trial period:
- Maximum recipients per Signature Request:
- 5 Signers
- 5 Approvers
- 5 Followers
- Daily sending limit:
- 100 Signature Requests
For more details, see the Limits guide.
The following limits now apply on Sandbox during the API trial period:
For more details, see the Limits guide.
The signer.identification_succeeded and signer.identification_failed events are now triggered for the Advanced Electronic Signature (AES) Level.
Check the API reference for more details :
signer.identification_failed (link to API reference)signer.identification_succeeded (link to API reference)Using Advanced Electronic Signature (AES) always required users to upload an identity document before signing.
As a result, integrating Yousign in user flows that already required an identity verification step was creating friction since Signers were asked to upload their identity documents twice.
Pre-Identity Verification for AES, aims to provide a simpler way to integrate Yousign in complex flows by allowing you to verify an identity before giving signers access to the signing flow, all while maintaining Yousign’s secured and certified AES. This way, signers have to upload their identity documents only once in your entire business flow.
You can now use the pre_identity_verification_required parameter when creating a Signer via the Signer creation endpoint or when updating a Signer to indicate that a signer will go through a pre-verification process.
Use the new endpoint (see API reference)
POST /signature_requests/{signatureRequestId}/signers/{signerId}/identity_verification
to submit and verify an identity document before the signature process.
📘 To learn how to implement this in your flows, the conditions for using it, and how the signing flow changes when using pre-verification, check out our full guide :
To deliver a more consistent and seamless developer experience, we’ve redesigned the company verification service, enhancing its scalability, robustness, and future readiness.
Here’s what changed:
Updated response structure on creation endpoint
The company verification creation endpoint now only returns a minimal response, indicating that the verification is in progress with a new pending status.
Since the final verification results are no longer included in this response, you will be able to access them through the following:
id returned from the verification creation.For more details on how to integrate the company verification flow, please refer to our dedicated guide.
You can now fully customize email content at both the Signature Request level and the individual recipient level: Signers (already existing) and Approvers (new).
Four fields are available for customization:
For full details, see our updated Email Customization Guide.
Following the release of the Seal&Sign feature, it is now possible to sign a document and then easily apply an Electronic Seal to it.
You can now use a previously signed Document as a parameter when calling the POST /electronic_seal_documents endpoint (see API reference) to create a sealed version of the Document. (see How to create an electronic Seal for details about Sealed Document).
Simply provide the signature_request_document_id in the request payload. This operation will generate a new copy of the signed Document with the Seal applied, allowing you to preserve both the original and the sealed versions.
For more details on how to apply a Seal to a signed Document, please refer to our dedicated guide.
You can now explore all Yousign webhook event payloads directly in the API reference section of our documentation!
✅ What’s new:
This update makes it much simpler to understand how to handle webhook data in your integration.
👉 Head over to the API reference and check out the “Webhook Events” section!
To simplify the experience across all our verification products, we’ve redesigned several aspects of the solution for:
This redesign includes renamed endpoints and parameters, richer response payloads, new statuses and status codes, and updated Webhook events.
We've updated the naming of several endpoints to group them under a more consistent namespace:
| Before | After |
|---|---|
| POST /id_document_verifications | POST /verifications/identity_documents |
| GET /bank_account_verifications/{id} | GET /verifications/bank_accounts/{id} |
Some parameter names have been harmonized across verification types:
| Before | After |
|---|---|
| legal_entity_name | legal_person |
| first name and last name | natural_person |
We’ve enriched all the POST and GET endpoints by providing more information in the responses.
For example, before, only the id was returned when initiating a verification.
Now you’ll also receive:
workspace_idcreated_at, updated_atstatusstatus_codesdata_anonymizeddataThis gives you better visibility into the lifecycle of a verification.
We’re aligning the former approved and declined statuses across all verification types:
| Before | After |
|---|---|
approved | verified |
declined | failed |
New prefixed status codes help identify the type of verification:
| Verification | Before | After |
|---|---|---|
| Video identity verification | 1201 | IDVV_1201 |
| Document identity verification | 1103 | IDDV_1103 |
| Bank account verification | 1602 | BAV_1602 |
Event names have been updated for clarity and alignment:
| Verification | Before | After |
|---|---|---|
| Video identity verification | video_identity_verification.done | verification.identity_video.done |
| Document identity verification | id_document_verification.done | verification.identity_document.done |
| Bank account verification | bank_account_verification.done | verification.bank_account.done |
The Webhook payloads have also been improved for better traceability.
📘 For full details on all changes, including routes, parameters, payload examples, check out our updated guides:
We have added three new properties to text, checkbox, and radiogroup Fields:
name: Set a readable name to help identify and manage Fields. This won’t be visible to recipients.default_value: Pre-fill Fields with known information.read_only: Lock pre-filled Fields to prevent edits by Signers.For more details, please refer to the API Reference.
The Qualified Electronic Seal is now available through the Yousign API!
It allows companies (legal persons) to seal documents without requiring the actions linked to a signature process.
It prevent the risk of fraud and proves document authenticity and integrity.
In addition to simpler use cases, we advise using this seal level in particular for electronic invoicing and notary deeds.
Please reach out to your customer representative to activate this product on your account.
Guide
https://developers.yousign.com/docs/qualified-electronic-seal
Endpoint
https://developers.yousign.com/reference/post-electronic-seals