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

Docusign: Nodejs Create Envelope, No Error, But returns Empty Object

I have a fairly simple setup, wanted to create a simple envelope used the node-DocuSign-examples client. https://github.com/docusign/code-examples-node I am getting jwt token from the getToken method( Completed all the user consent issues.) But…
Uday Kumar
  • 41
  • 5
3
votes
1 answer

How do e-Signature companies create valid digital signatures

For fun, I recently build a e-signature web app to allow users to add a handwritten signature to PDF (IE signing a TOS agreement). It only took a couple minutes of research to realize my method of just added a written signature image to a PDF…
NSjonas
  • 10,693
  • 9
  • 66
  • 92
3
votes
1 answer

CSS Not Being Applied To HTML Document When Email Is Received

I’ve been having some issues with styling when sending a document based on an HTML string. I have been primarily referencing this resource (https://developers.docusign.com/esign-rest-api/guides/responsive-signing/creating-signable-html),…
3
votes
1 answer

Can't download document when calling function getDocument

Error: Call to a member function read() on string in DocuSign\eSign\ObjectSerializer::deserialize() (line 285 of/vendor/docusign/esign-client/src/ObjectSerializer.php). I'm calling that function $temp_file =…
U.N
  • 99
  • 3
  • 10
3
votes
1 answer

Docusign API: How to use Application Token

Docusign Authentication Guide says for system integration I should use JWT Grant. Since I am working on integration with defferent vendors - I have to get Admin consent for external applications. I did it. Then I generated OAuthToken with method…
Vladimir
  • 307
  • 4
  • 13
3
votes
2 answers

eSign/Electronic Signature API recommendations

I am exploring various esign APIs (docusign, esignature.io, etc) but I cant find one that fits my needs. We want to implement esign into our software. Our software is sold as a SaaS and used by our clients at their own locations. We host our…
3
votes
2 answers

Getting "consent_required" error while generating JWT access token even after consent is provided

I am working with DocuSign Sandbox to test the JWT authentication. I have setup everything that is mentioned in the DocuSign JWT document. I provided the user consent as well. But when I am trying to get the access token using postman I am still…
Heena Karir
  • 31
  • 1
  • 3
3
votes
1 answer

Implicit authentication for DocuSign Embedded Signing

I have tried the code grant examples(PHP) given in the API and they are working perfectly fine but for those examples i was trying implicit authentication but its not working. I'm not familiar with twig function used how to play with it. I'm also…
3
votes
1 answer

How to send document to client's more than one personal email ids to sign it using DocuSignAPI .NET Client?

I've setup a developer sandbox environment of DocuSign. Using its C#.NET API Client, I want to send a document for signing to client's more than one personal email ids. Once the client opens any email to see and sign it, the corresponding DocuSign…
A Test
  • 31
  • 1
3
votes
1 answer

Consent Required Error When Using RequestJWTUserToken

I'm trying to use the DocuSign Rest API to retrieve a completed envelope. When I call RequestJWTUserToken, I get an error that user consent is required. I have the Organization Administration enabled and my application authorized with permissions…
Scott B
  • 53
  • 4
3
votes
1 answer

How to implement Docusign in a SPA without requiring end users to authenticate w/ DocuSign

I'm following the React OAuth Implicit example shown here: https://github.com/docusign/eg-02-react-implicit-grant and I'm confused as to how an end user of our React SPA is supposed to be able to create an envelope for themselves without having…
Brian Friel
  • 133
  • 5
3
votes
3 answers

Java Docusign Authentication

I am trying to connect docusign using java. Below code I am using. public class DocuSignExample1 { private static final String Recipient = "xxx@gmail.com"; private static final String SignTest1File = "/src/test/docs/SignTest1.pdf"; …
Sanjay
  • 2,481
  • 1
  • 13
  • 28
3
votes
2 answers

Docusign Multipart Request To Create Envelope using java SDK

I am trying to create envelopes (including the document and envelope definition) using Docusign java SDK. But all the docusign examples show the uploading of documents as Base64 encoded strings embedded in JSON request body. Does the java SDK allows…
Sajit Gupta
  • 98
  • 1
  • 6
3
votes
0 answers

Docusign TSP API

I have applied for the Docusign TSP Program. We are following these instructions but we are facing some issues. https://developers.docusign.com/id-tsp-api/guides/tsp-authentication When we invoke the following route: POST /oauth/token POST…
TSP CMS
  • 31
  • 1
3
votes
3 answers

INVALID_REQUEST_PARAMETER on listStatus

I am trying to query Docusign to get a status of a set of envelopes but I am getting the INVALID_REQUEST_PARAMETER error. Here is the curl request I am making curl -X PUT \ https://na2.docusign.net/restapi/v2/accounts/XXXXX/envelopes/status \ -H…
Danwakeem
  • 328
  • 2
  • 17