Questions tagged [docusignapi]

This tag can be used for programming related questions which may involve implementation of DocuSign technologies. Questions that do not involve programming are not on-topic. DocuSign System of Agreement products include eSignature, Click, Notary, CLM (contract lifecycle management), Rooms, and more.

This tag is for questions and knowledge sharing surrounding the use of DocuSign's REST or SOAP APIs. DocuSign's APIs can be integrated into any website, app, or embedded system that can make HTTP requests.

Main Resource: DocuSign Developer Center

Language-specific libraries: DocuSign GitHub Repository

Common tasks you can accomplish with the DocuSign APIs:

  • Request legally binding signatures on virtually any type of document
  • Embed document signing into your app or website
  • Collect form-data from recipients
  • Track documents in real-time
  • Enable multi-factor recipient authentication
  • Much more...

See the DocuSign DevCenter page for code samples showing common API workflows like sending documents for signature, embedded signing, polling for status; API reference documentation and more.


Tag usage

The tag is used for programming related questions with DocuSign technologies.

For non-programming DocuSign questions, please visit the DocuSign Community


5986 questions
4
votes
2 answers

RecipientId get changed by docusign

I am creating envelope using DocuSign API. While creating envelope I am also passing list of signers and also set my own unique "RecipientId" (GUID) for each signers. But when envelope gets created and checking the list of recipients(signers) and…
Jigar
  • 129
  • 1
  • 9
4
votes
1 answer

How to Change Selected Radio Button Symbol ("X") in Completed Docusign document

After completed signing the document.Selected radio buttons and checkboxes are shown as "X" in the completed document.Can we change this "X" symbol to tick mark or something else.Kindly find the Image attached.
Vignesh B
  • 99
  • 7
4
votes
1 answer

Retrieve signed document using DocuSign API

I want to download a document signed recipient using DocuSign API (REST). I am using the following endpoint as per the documentation. HTTP request GET /v2/accounts/{accountId}/envelopes/{envelopeId}/documents/{documentId} Request…
Bhagyashri
  • 41
  • 1
  • 3
4
votes
4 answers

When calling envelopesApi.getDocument in Docusign Node SDK, in what format is the data returned? How do I write it to a file?

Having successfully logged in, and have got the list of documents from an envelope, I am trying to retrieve a signed document from DocuSign, using the DocuSign Node SDK, using this code: envelopesApi.getDocument(accountId, envelopeId,…
Martin Pain
  • 713
  • 4
  • 18
4
votes
2 answers

DocuSign Can the documents be signed automatically

I am trying to create a solution for a client. The client runs a university and wants a system using which they can send the bulk letters that will contain the Marks / Grading to the Parents/Guardians. The letters will have to be signed by the Dean…
Ankit Suhail
  • 2,045
  • 21
  • 32
4
votes
1 answer

Unable to upload WORD Document using DocuSign REST API

I'm trying to use the rest API for uploading a WORD document (*.doc) to docusign with the below code. But Exception thrown - UNABLE_TO_LOAD_DOCUMENT, Document corrupt. If I use the same document to upload directly from docusign website using my Dev…
Pramod
  • 195
  • 1
  • 9
4
votes
1 answer

Docusign: composite templates with tabs

How do I specify prefilled fields with composite templates when creating an envelope. I tried including the tabs information in the inlineTemplate.recipients.signers[0].tabs, but I get an error that System.String cannot be cast to…
Esmael
  • 43
  • 4
4
votes
1 answer

DocuSign: setting user permissions using REST APIs

For creating a group, a user and assigning the user to that group, I referred this link Add permission profile through API. Using REST APIs I am able to do that but permission for user is not getting set. When I check in DocuSign, group is having…
Latika
  • 57
  • 5
4
votes
1 answer

PHP: Docusign API autopopulate tabs for template

Objective: Autopopulate some values using the tabLabel/value key pair for server templates, using the beta Docusign PHP Client. I've looked at quite a few stackoverflow posts and unfortunately the one that seems to be the closest related to me…
FatBoyXPC
  • 861
  • 7
  • 15
4
votes
3 answers

Docusign Customer Document Data

With docusign is there a way to send custom data to the document. The use-case we have is that we are having customers sign an embedded form. We populate all of their data from our Database. So the main contract is the same but we need to send some…
StevenDStanton
  • 841
  • 1
  • 7
  • 23
4
votes
2 answers

Embedded signing flow returns ttl_expired status

I have implemented DocuSign's Embedded signing flow with our application. Our use case : customer of our app sends email with link to the client that has to sign a document. That is our app link. On clicking on email we are opening DocuSign (in…
Rastko
  • 890
  • 1
  • 17
  • 32
4
votes
1 answer

How do I load an Embedded Signing request with an Envelope ID in DocuSign?

I have the API for a demo account setup. So far, I have been able to create a signing request that my demo contact received. I would like to use the Embedded Signing portion of the API to load the recipient view of the Envelope but I get either of…
4
votes
2 answers

Parse XML namespace with Element Tree findall

How can I use a query element tree findall('Email') given the following xml?
user2954587
  • 4,661
  • 6
  • 43
  • 101
4
votes
2 answers

Emails not sending when requesting signatures for DocuSign API

I have written the following two methods for sending requests for signatures. From template: https://github.com/wadewegner/docusign-sample/blob/master/src/DocuSign/DocuSignClient.cs#L215 From binary:…
Wade
  • 741
  • 1
  • 5
  • 18
4
votes
1 answer

DocuSign Signature Remove ID

Is it possible to set up signatures in such a way as to not have the ID displayed in the resulting signature image ? Example Image: I want the ID (6356 ) below the signature removed , is it possible to do this using the API ?
MadSeb
  • 7,958
  • 21
  • 80
  • 121