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

How to resend email to recipient who is both in-person and remote signer?

I'm not sure if this is possible but we have implemented one of our signers to be both remote and in-person (by including the clientUserID in the request AND using signer.EmbeddedRecipientStartURL = "SIGN_AT_DOCUSIGN"; By doing this, the signer gets…
joepetrakovich
  • 1,344
  • 3
  • 24
  • 42
5
votes
1 answer

DocuSign callback after user signs a document

Is there any callback DocuSign is posting in background so I know whether user signed specific document or not?
FosAvance
  • 2,363
  • 9
  • 36
  • 52
5
votes
3 answers

Strong named assembly alongside unsigned assembly

I have a situation where Docusign API is referencing the RestSharp signed assembly with a public key token of 598062e77f915f75. In the same project I am using the Twilio API which also references the unsigned Restsharp assembly, obviously with a…
ericdc
  • 11,217
  • 4
  • 26
  • 34
5
votes
3 answers

How can I setup a web hook to check on DocuSign Envelope status?

I have the code written which is using envelopes to request a signature from the client like in this tutorial: https://www.docusign.com/developer-center/recipes/request-a-signature-via-email-using-a-template My question is, how can I define a web…
Marko
  • 12,543
  • 10
  • 48
  • 58
5
votes
1 answer

Which DocuSign API requests are frequency-limited?

From the DocuSign "API Requirements Information": >[Y]our API certification review involves verifying that you do not exceed 1 status request per unique envelope per 15 minutes for polling compliance for the following methods: ... >REST API: GET…
oregontrail256
  • 657
  • 1
  • 6
  • 14
5
votes
1 answer

Stringency of DocuSign Certification

From the DocuSign "API Requirements Information": [Y]our API certification review involves verifying that you do not exceed 1 status request per unique envelope per 15 minutes for polling compliance for the following methods: ... REST API: GET…
Simon Lepkin
  • 1,021
  • 1
  • 13
  • 25
5
votes
1 answer

UNKNOWN_ENVELOPE_RECIPIENT but the recipients actually do match

We’re experiencing this error: {"errorCode"=>"UNKNOWN_ENVELOPE_RECIPIENT", "message"=>"The recipient you have identified is not a valid recipient of the specified envelope. Envelope recipient could not be determined. 'clientUserId', 'email', or…
jondkinney
  • 85
  • 1
  • 8
5
votes
1 answer

Check document status DocuSign

How can I check if a document is signed with DocuSign API? Exists any API service that lets me know the document status? I tried to obtain all objects in "completed" folder but the response doesn't contains documentId and I can't know which of…
nsanchez
  • 132
  • 2
  • 12
5
votes
1 answer

Docusign show/hide button

For embedded signing , when a user starts the signing session for the first time, there is a disclaimer that can be shown to him, I know that this can be customized in the preferences. But where do i show/hide/change the actual buttons that are…
Infinity
  • 368
  • 5
  • 17
4
votes
3 answers

"no_valid_keys_or_signatures" Error Calling DocuSign API through Java SDK for OAuth 2.0 Authentication

I am upgrading our application's authentication method into the DocuSign API from the DocuSign Legacy Authentication to the JWT Grant OAuth 2.0 Authentication. I am receiving the following error when making the Java SDK API call: Caused by:…
risingTide
  • 1,754
  • 7
  • 31
  • 60
4
votes
1 answer

Calling EnvelopesApi#update_document_tabs returns an error

I want to update all the tabs for a document at once. The document's envelope was created from a template which already has the recipients and tabs defined, and I am calling this endpoint with the following payload to update the tabs: { …
Yulian
  • 85
  • 1
  • 6
4
votes
1 answer

DocuSign Connect Webhook with .Net Core 3

I am creating a webhook in a .Net Core 3 Web API for DocuSign Connect to invoke and provide me status updates + signed documents from envelopes my app has created. The C# example at https://www.docusign.com/blog/dsdev-adding-webhooks-application was…
4
votes
2 answers

Is there any way to handle onClick Event on "Agree" or "Reject" button?

I am integrating DocuSign clickWrap on my website and It's working fine. I want to save some data when the user clicks on the Agree button. As the ClickWrap modal opens in Iframe and it is hard to get event from Iframe button, So is there any event…
Harry
  • 43
  • 6
4
votes
2 answers

"errorCode": "USER_DOES_NOT_BELONG_TO_SPECIFIED_ACCOUNT"

While Requesting the recipient view in docusign, I am getting the error as "errorCode": "USER_DOES_NOT_BELONG_TO_SPECIFIED_ACCOUNT", "message": "The specified User is not a member of the specified Account." Below is the URL that I am…
kirti
  • 61
  • 2
  • 6
4
votes
1 answer

401 Unauthorized response for access_token in the developer sandbox

I'm using developer sandbox to make all my api calls. It's website build with laravel 5.2 All api calls are made with guzzle/guzzle. I'm trying automate sending pdf contracts (creating envelopes) using docusign api. I followed steps from Using the…
ljubadr
  • 2,174
  • 1
  • 20
  • 24