DocuSign E-Signature

How to connect your DocuSign account to DigiFi for electronic signatures.

Overview of the DigiFi-DocuSign Integration

The DigiFi platform includes a built-in integration with DocuSign, a leading electronic signature provider.

You can set up this integration to use DigiFi's e-sign feature, which lets you trigger e-sign processes from the "Documents" tab of applications. This causes DocuSign to start an email-based signature flow with the borrower. Once that flow is complete, the signed file is automatically retrieved and stored as a document in the DigiFi platform.


How to Create a DocuSign Account

To integrate DocuSign's API, you'll need both a regular account and a developer account.

  • Click here to create your regular DocuSign account.
  • Click here to create your developer account.

Step 1: Generate Account Credentials

To generate your developer account credentials, start by signing in to your DocuSign developer account.

Select "Settings" from the top menu, scroll down until you see the "Integrations" section and then choose the "Apps and Keys" option. You'll be navigated to that page.

1245

On the "Apps and Keys" page, click the "ADD APP AND INTEGRATION KEY" button. In the popup window that appears, enter "App Name" and click "CREATE APP".

1242

You should now be able to see your app with the generated Integration Key.


Step 2: Get User Consent

To do this, first construct a URL value matching the following syntax:

https://account-d.docusign.com/oauth/auth?response_type=code&scope=signature%20impersonation&client_id=UPDATE1&redirect_uri=UPDATE2

The text fields "UPDATE1" and "UPDATE2" should be updated by you per the instructions below.

  • UPDATE1 (client_id): Put your integration key here (from Step 1).
  • UPDATE2 (redirect_uri): The address you want DocuSign to redirect your users for their e-signature consent.

You can check to make sure the the redirect_uri (from UPDATE2) is set up properly by:

  • Clicking "Actions" and choosing "Edit" from the dropdown list.
  • Scrolling down and finding the "Additional Settings" section.
  • Ensuring that you redirect_uri (above) is on the list of "Redirect URIs".

If it's not there, add it to the list using the "+ ADD URI" button.

1065 1058

After you constructed the link with the corresponding values, copy it into your web browser's address bar and press "Enter" on your keyboard. You will see the page where you need to accept the consent. After pressing “Accept” the system redirects you to the "redirect_uri" address you put into the initial link.

529

Step 3: Connect DigiFi To DocuSign

In this step, you'll add your DocuSign credentials to the DigiFi platform. To get started, open DigiFi and navigate to Lending Setup > Marketplace > DocuSign.

To update your credentials:

  • Click the "Edit Credentials" button.
  • Add your DocuSign credentials (details below).
  • Click the "Save Changes" button.
1440

Form fields details:

  • "DocuSign Environment" is either "Developer Mode" or "Production Mode". For now, select "Developer Mode".
  • Account Base URL should be set to "https://demo.docusign.net" for testing.
  • Integration Key should be from DocuSign.
  • User ID should be from DocuSign.
  • API Account ID should be from DocuSign.
  • RSA Private Key should be from DocuSign.

Your DocuSign Integration Key, User ID and API Account ID can all be found from the "Apps and Keys" page.

1077

Your RSA Private Key must be generated. To generate it:

  • Click the "Actions" button and select "Edit" from the list of options. You will be navigated to a new page.
  • Scroll down until you find the "Service Integration" section and click on the "+ GENERATE RSA" button.
  • A popup window will open that contains the RSA Private Key. Copy it into the DigiFi platform.
1063 1081 1090

Step 4: Import Templates To DigiFi

To import DocuSign templates to DigiFi, please follow the instructions in the User Manual. Templates can be imported once DocuSign credentials are added to DigiFi.


Step 5: Activate Production DocuSign

After you have successfully tested your DigiFi-DocuSign integration, you need to go through the following steps to activate your production account:

  • Log in to your full DocuSign account.
  • Complete the DocuSign go-live process instructions, which you can find here.
  • Get user consent for the production account. To do this repeat Step 2 from the Test Environment section but replace the base URL with "https://account.docusign.com/oauth/auth".
  • Change the "DocuSign Environment" field in DigiFi to "Production Mode" and update the "Account Base URL" field to the specific value that will be displayed on the "App and Keys" page of your DocuSign account after finishing the go-live process.