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
1
vote
1 answer

DocuSign OAuth Token error - "An entry with the same key already exists"

I'm getting an invalid request error message while trying to obtain an Oauth token from the Docusign API. I can't figure out what could be wrong here, the error is also reproducible using the DocuSign API explorer (http://iodocs.docusign.com/). See…
1
vote
1 answer

DocuSign remembers signature. Want to turn that feature off

It appears docusign remembers the adopted signature for a certain email, regardless of, if they are a user or docusign member. Is there any way to turn off that feature? In other words, we want our users to never have an adopted signature on file.…
Chase Caillet
  • 35
  • 1
  • 1
  • 5
1
vote
1 answer

Manipulate the document name through Connect

Is it possible to manipulate the document name when it is sent back to us using DocuSign Connect? We have multiple envelopes with a single document in each envelope however the name of the PDF document getting sent back to us from DocuSign has the…
Jeremy
  • 11
  • 1
1
vote
1 answer

Docusign embedded signing users reporting a blank applet / iframe

I have been unable to recreate this locally on any browser versions, but I am getting reports from a client that users are getting to the embedded signing portion of my form and just receiving a "blank window". All reports have, of course, been…
Larry Williamson
  • 1,149
  • 5
  • 18
1
vote
1 answer

DocuSign error: This Account lacks sufficient permissions. In-Session permission required when specifying a captive recipient

When I send a SOAP request to DocuSign it is showing an error: This Account lacks sufficient permissions. In-Session permission required when specifying a captive recipient. Full response XML is:
user2643246
  • 143
  • 1
  • 3
1
vote
1 answer

DocuSign not accepting Salesforce user in sandbox

I have installed DocuSign on my customers full sandbox and the installation was successful. I then went out and created and then activated my demo account for DocuSign. I logged back in to Salesforce and went to the DocuSign Admin tab and…
Chris Frei
  • 11
  • 2
1
vote
1 answer

Can I disable the Print and Fax feature when embedding DocuSign via the API?

I use the DocuSign SOAP API to present users with pre-filled documents to be signed. It works great except there is a "Sign on Paper" button available. Is there a way to remove that? I looked all over the Dashboard and the API and all I've found…
Ventajou
  • 334
  • 2
  • 9
1
vote
1 answer

Determine if a DocuSign account exists using accountName

Is there any way to locate a DocuSign account using the accountName property (and not the account Id)? The REST API only has a method to get account info by Id.
1
vote
1 answer

OpenSSL error when authenticating user for DocusignAPI

We are trying to use composite templates (fillable PDFs) and embedded signing using the REST API. We are using the docusign_rest gem in conjuction with our custom code to create composite templates and embedded signing. The docusign_rest gem is used…
1
vote
1 answer

Save fillable pdf online

I am trying to e-sign with docusign on fillable pdf, but when I fill form of pdf and then sending it to docusign using docusign_rest gem, it is showing unfillable pdf. So what I want to achieve is to save the fillable pdf with the data that the…
1
vote
1 answer

Looking for Example of Docusign REST API v2 Get Envelope Status Changes

I am trying to see all of the envelopes and their status but there is no REST API Explorer for it and the example in the documentation does not work, I assume because it does not contain at least from_date. I do not see how to add the search…
1
vote
1 answer

Embedding DocuSign, is that an option for me?

I'm using DocuSign to add eSignature to my requests and everything's working well. Right now I send my signature requests through email but sometimes I want to allow people to sign right away and not have to wait for an email, is there any way to do…
Said Kaldybaev
  • 9,380
  • 8
  • 36
  • 53
1
vote
1 answer

DocuSign Envelope Notification

I have successfully integrated my company's system with DocuSign using DocuSign's SOAP API. I can send, check status and retrieve Envelopes through the SOAP interface. I have read that the preferred method of getting Envelope status is through an…
Jeff
  • 2,728
  • 3
  • 24
  • 41
1
vote
3 answers

Docusign and ColdFusion integration

I am using the following code to call the docusign api. I got the information from this link.
Ritu
  • 1,047
  • 4
  • 12
  • 22
0
votes
1 answer

"This Account lacks sufficient permissions" DocuSign

Not sure how many people here use docusign but I am having a bit of a issue creating and sending a envelope and sending to docusign when I send this xml file
numerical25
  • 10,524
  • 36
  • 130
  • 209
1 2 3
99
100