Skip to main content
New Voice
August 31, 2026
Question

Docusign ERSD disclosure acceptance : Best way to retrieve and store this information

  • August 31, 2026
  • 1 reply
  • 15 views

Does Docusign have a REST API that will retrieve a record of customer acceptance of the ERSD when signing a document?  Are you able to utilize the API to bring in this data with option to save it on your core credit union platform ? 

 

Can you provide any links to the documentation regarding the API and its uses ?

1 reply

Docusign Employee
September 2, 2026

Hello 

Thank you for your questions regarding Electronic Record and Signature Disclosure (ERSD) acceptance.

Docusign provides REST APIs for retrieving the disclosure content and envelope audit information. However, the public API does not provide a separate endpoint that returns ERSD acceptance as a standalone record or Boolean value.

The recommended approach is:

  • Configure Docusign Connect to send an event when the envelope is completed.

  • Use the envelope ID from the notification to retrieve the Certificate of Completion (CoC):

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

  • Store the CoC in your core credit-union platform or document repository, linked to the envelope, recipient, member/customer record, acceptance timestamp, signing timestamp, and completion timestamp.

When applicable, the CoC contains the envelope audit trail, the recipient’s ERSD acceptance date, and the executed disclosure text. Depending on the account’s ERSD settings, the certificate may instead indicate that the disclosure was not offered.

You can also retrieve supplementary envelope audit events using:

GET /restapi/v2.1/accounts/{accountId}/envelopes/{envelopeId}/audit_events

The following documentation provides additional details:

This approach provides an auditable copy of the acceptance evidence that can be retained in your core platform in accordance with your retention and compliance requirements.

Best regards,

Sai