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
3
votes
2 answers

Connect DocuSign XSD

I would like to implement the DocuSign Connect as a rest listener. I cannot find anywhere a complete documentation of the xml schema that the listener will receive. I know that there is an example in the…
Marco Altieri
  • 3,726
  • 2
  • 33
  • 47
3
votes
1 answer

SOAP: RequestRecipientToken - "Invalid Recipient" despite matching from RequestStatus

I'm testing embedded signing and I've ran into the following error: "The recipient you have identified is not a valid recipient of the specified envelope" This worked for one envelope, but now does not for the second. Even though they have the exact…
WTP API
  • 546
  • 3
  • 16
3
votes
1 answer

Docusign Transform Pdf Fields For multiple recipients?

I saw the DocuSign API can automatically transform and assign pdf fields to a single default recipient (Docusign Transform Pdf Fields For single recipient?). Is it possible to do the assignment for multiple recipients? I am hoping to leverage the…
3
votes
1 answer

can i modify tabs of a template using API in docusign

Reading the API documentation i understood that I can edit the tabs of recipients for an envelope which is created/sent However i am trying to undertsand can i also modify tabs for a template? When i used the same request, as the one below i am…
linux developer
  • 821
  • 1
  • 13
  • 34
3
votes
2 answers

In docusign can i request status for a list of envelope ID

I am exploring docusign API. I am trying to understand if the following is possible with status API Is it possible to request the status for a set of Envelope Ids. I have seen the documentation for requesting status for ONE envelope id. Thanks for…
linux developer
  • 821
  • 1
  • 13
  • 34
3
votes
3 answers

How to pre-fill $ID Check fields in Docusign API?

Does anyone know how to pre-fill $ID Check fields in Docusign API? I can't find any relevant information in API guide. The guide only lists a way on how to prefill the template.
vbaranov
  • 195
  • 8
3
votes
2 answers

DocuSign API with ColdFusion

UPDATED WITH WORKING SOLUTION I'm trying to integrate the DocuSign API using ColdFusion and keep running into an issue. I am able to authenticate successfully and retrieve the base URL. However, when trying to create the envelope with a single…
3
votes
1 answer

Docusign Connect - Can't connect to my server error

I'm using my dev account and trying to test the DocuSign Connect service which does not seem to be working for me. When I look a the DocuSign connect log, I see this error message Error: Exception in EnvelopeIntegration.RunIntegration:…
user3103471
  • 31
  • 1
  • 2
3
votes
2 answers

Getting userid based on email using DocuSign REST API

I was looking into the api documentation but could not find an easy way to get a userID based on an email address, is this possible? Here is what I am trying to do. Get user id based on email address Get list of groups that the user belongs to…
Paul S.
  • 149
  • 1
  • 11
3
votes
1 answer

Saving PDFs sent by DocuSign Connect

I'm able to parse the XML received from Docusign Connect properly, but I'm running into issues saving the PDFBytes into a PDF file to be viewed later. The following is a snippet of the code I'm using. $filename =…
3
votes
1 answer

DocuSign REST API Remove EnvelopeID from PDF

I am using the REST API to submit documents for InPerson signing from my website. When the documents are completed signing, Docusign inserts the EnvelopeID at the top of the resulting PDF document. This results in the EnvelopeID covering critical…
Ward Townsend
  • 83
  • 2
  • 4
3
votes
3 answers

DocuSign SoapAPI Sample doesn't work

I'm just getting started with the DocuSign SOAP API, and I'm using the examples from their developer site as well as the GitHub site. While the two bits of code don't quite match, neither seems to work. I keep getting a…
Daniel Przybylski
  • 462
  • 1
  • 6
  • 18
3
votes
1 answer

Add permission profile through API

Is it possible to add a permission profile for a user through the DocuSign REST API? Either when creating a new user or afterwards? I see where I can add a user to a group, but not a permission profile.
3
votes
2 answers

One or both of Username and Password are invalid

I have developed an integration using docusign SOAP API. We had the integration certified. It works great using the demo API URLs and my dev account. When I update the API URLs to production and use my live production account I get the return…
user2675736
  • 73
  • 2
  • 8
3
votes
1 answer

docusign REST API Embedded Signing Multiple Signers Example

I have web app that I am adding DocuSign Embedded Signing to that is used both on Desktop as well as Mobile device. I have been told that the iFrame solution of SOAP API is unreliable (as I have also experienced). I am attempting to implement using…
Ward Townsend
  • 83
  • 2
  • 4