Skip to main content
New Voice
June 7, 2024
Solved

How to verifiy if a signature are made by Identity verification?

  • June 7, 2024
  • 5 replies
  • 243 views

Hello everyone,

I’ve integrated e-Signature by DocuSign to our application.

I have added the standard indentity verification by SMS and it’s work pretty well.

But, how can i proved that a document are Sign with an identity verification?

I use REST API in my app.

Thank you.

Thibaut

Best answer by Michael.Rave

@Thib6670 

You can see it only if the recipient has a digital certificate, like AES or QES not for standard electronic signatures. The CoC is a separate document you can download for every envelope in Docusign.

5 replies

Michael.Rave
Docusign Employee
Docusign Employee
June 7, 2024

@Thib6670

This information will automatically be included in the Certificate of Completion (CoC) that is generated for each envelope and has the same envelope id as the signed documents. 

If the signature is a digital electronic signature, like advanced or qualified electronic signature this is also visible in the document itself when you check the certificated.

"Select as Best" below if you find my answer is a valid solution to your issue and mark it as resolved.
Thib6670New VoiceAuthor
New Voice
June 7, 2024

@Michael.Rave  ok.

So we can see it when we open the document with a PDF reader?

 

 

Michael.Rave
Docusign Employee
Docusign Employee
June 7, 2024

@Thib6670 

You can see it only if the recipient has a digital certificate, like AES or QES not for standard electronic signatures. The CoC is a separate document you can download for every envelope in Docusign.

"Select as Best" below if you find my answer is a valid solution to your issue and mark it as resolved.
Thib6670New VoiceAuthor
New Voice
June 7, 2024

@Michael.Rave 

And from the rest API, on wich webservice i can call?

I’ve searched in the documentation but i don’t find anything.

 

Thib6670New VoiceAuthor
New Voice
June 7, 2024

@Michael.Rave  i’ve found it.

{{baseUrl}}/v2.1/accounts/{{accountId}}/envelopes/{{envelopeId}}/documents/certificate

 

Thank you for your help.

KR,

Thibaut