Request context
Customer, document template and version, expiration, notification method, and the required liveness gate.
Identity-bound document signing
Don’t just collect a signature. Verify the signer’s government ID, prove they are live, match them to that identity, and preserve the complete trail around the signed document.
Identity before signature
A signing request can require liveness before the customer reaches the signature step. Combined with Mojo Verify identity proofing, the workflow connects the document to a verified person—not merely to whoever opened a link.
01 / Identity trail
Meaningful signing activity becomes an append-only event trail instead of a single completed timestamp.
Customer, document template and version, expiration, notification method, and the required liveness gate.
When the customer opened the request, including IP address, geolocation, user agent, and event metadata.
Liveness started, passed, or failed before the signing process is allowed to continue.
Signing started, signature captured, and signature hash metadata recorded in sequence.
Signed PDF generation, encrypted vault storage, and SHA-256 integrity metadata.
Downloads and secure share activity, including revocation, expiry, password, and view-limit controls.
02 / Protected artifact
The completed PDF is encrypted at rest. Downloads are watermarked and recorded. Secure links can be password-protected, time-limited, view-limited, and revoked.
Build a verified signing flow ↗Signed PDFs stored in FileVault.
SHA-256 hash stored with the artifact.
Traceable download label and timestamp.
Expiring and revocable secure shares.
03 / API
Create the request with a known customer and set the liveness gate. The response returns a secure signing link and request record.
Read the signing quickstartPOST /api/docsign/request/create
Authorization: apikey mvp-••••••••
{
"customer_id": 42,
"template_id": 10,
"require_liveness": true,
"expires_hours": 168
}identity_required → signing → completedappend-only events
Identity before agreement
Give high-value agreements the identity proof and evidence trail they deserve.
Talk to Mojo Verify ↗DocuSign is a trademark of DocuSign, Inc. Mojo Verify is an independent product and is not affiliated with DocuSign.