Implementing DocuSign Click API to a Website

Posted By : Harsh Soni | 31-Jul-2019

DocuSign® is an eSignature service which is accessible globally from the businesses, individuals, professionals, and consumers. It solves the problem of the manual signing of paper and helps in keeping the documents sorted, signed and stored on the cloud

What is DocuSign Click API

DocuSign Click lets you capture customer consent to terms - such as terms & conditions, terms of service, privacy policies, and disclosures - with a single click on websites and mobile apps. It enables companies to capture consent for standard agreement terms with a single click. Scenarios for Click include terms and conditions, terms of service, terms of use, privacy policies, end-user license agreements, disclosures, and more. 

 

All of these types of agreements require a simple acknowledgment to accept or agree to them, so Click provides this capability within the DocuSign platform, thereby preserving the security and trust of DocuSign.  


Click is different from DocuSign eSignatures in that Click documents do not allow signatures, form fields (also known as tabs or tags), or any other advanced features. Instead, Click agreements are simply uploaded, you specify a few parameters, and DocuSign wraps this into an iframe that you can embed within your websites and apps. This concept is known as a clickwrap and only takes a few minutes to implement. 

 

<div id="ds-terms-of-service"></div>
<script src="https://demo.docusign.net/clickapi/sdk/latest/docusign-click.js"></script>
<script>docuSignClick.Clickwrap.render({
    environment: 'https://demo.docusign.net',
    accountId: 'daf5048a-xxxx-xxxx-xxxx-d5ae2a842017',
    clickwrapId: '9888ca17-xxxx-xxxx-xxxx-9bd95f46345d',
    clientUserId: 'UNIQUE_USER_ID',
    format: 'modal' // or 'inline'
}, '#ds-terms-of-service');</script>

 

The page cannot be a local file. It must be hosted server web page but can be hosted locally in your development environment.

 

About Author

Author Image
Harsh Soni

Harsh is an experienced software developer with a specialization in the MEAN stack. He is skilled in a wide range of web technologies, including Angular, Node.js, PHP, AWS, and Docker.Throughout his career, Harsh has demonstrated a strong commitment to delivering high-quality software solutions that meet the unique needs of his clients and organizations. His proficiency in Angular and Node.js has allowed him to build dynamic and interactive user interfaces, leveraging the power of modern front-end frameworks. Harsh's expertise also extends to cloud computing and infrastructure management using AWS, enabling him to design and deploy scalable applications with ease. Additionally, his knowledge of Docker has enabled him to streamline the development and deployment process, enhancing efficiency and reducing time-to-market. He excels at analyzing complex technical challenges and devising efficient strategies to overcome them, ensuring the successful completion of projects within deadlines.

Request for Proposal

Name is required

Comment is required

Sending message..