Skip to main content

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

@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.


@Michael.Rave  ok.

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

 

 


@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.


@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.

 


@Michael.Rave  i’ve found it.

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

 

Thank you for your help.

KR,

Thibaut


Reply