Questions tagged [docusign-sdk]
75 questions
2
votes
1 answer
Does RSA key pairs expires in Docusign?
Our application is migrating to Docusign's JWT authentication. For that we should generate RSA key pairs.
Does RSA key pairs expire?
Does Docusign providing Java SDK to generate RSA key pairs or is it manual only?

Ramya Vemula
- 23
- 3
1
vote
1 answer
"NO_DOCUMENT_RECEIVED": "The document element did not contain the encoded document, 'documentId='possibly missing from Content-Disposition header."
I have a concern regarding DocuSign, that i can't manage to resolve, Hope that someone could give me a hint or spot what I'm missing.
Currently in the application , a user can select a document to sign, so when i try to implement the signing part…

user16795407
- 11
- 3
1
vote
1 answer
DocuSign does not send emails after first recipient when using signing order
I am using DocuSign via the API in Java as develop with signing order. The first receipient receives an email and signs and everything works fine.
Now the second receipient should receive an e-mail but unfortunately not. Even when the status of the…

Ibo
- 39
- 1
- 4
1
vote
1 answer
Set signature placeholder in existing pdf file
I have pdf file. Is there any way to set signature placeholder using docusign in that pdf file?
I am not sure what's wrong here. so I am adding fully code here. It is not allowing me to save so adding some more text.
public static…

Sami In
- 246
- 2
- 11
1
vote
1 answer
Docusign.Click - Embed Elastic Signing Agreement - force same ClientId to re-agree at a later date
I have a concept tester C# solution working for Docusign.Click - Embed Elastic Signing Agreement. Including retrieving agreement response data by Agreement-Id and Agreements-Info by Client-Id. We are in the situation that in a later month. We may…

DigDug
- 25
- 8
1
vote
2 answers
I want to get the URL which docusign sent to signer in their email for signing the document
Here is my code in laravel:
public function send()
{
$apiClient = new ApiClient();
$apiClient->getOAuth()->setOAuthBasePath(env('DS_AUTH_SERVER'));
try {
$accessToken = $this->getToken($apiClient);
}…

Abdul Aleem
- 27
- 4
1
vote
1 answer
Sending Populated PDF Contracts via DocuSign API in PHP on AWS with Field Triggers Based on User Selections - Struggling with PHP SDK Installation
Need guidance to send pre-populated PDF contracts via DocuSign API on AWS with field triggers based on user selection. Struggling with PHP SDK installation.
How can I use the DocuSign API or an intermediary program to send .pdf contracts, which are…

maiyo
- 11
- 2
1
vote
1 answer
Why is the Docusign Java SDK is not typesafe?
I'm using the Docusign Java SDK and I'm curious if anyone else noticed it's NOT typesafe. Are there at least constants for the value I can use instead of generic String values.
for example, to send a JSON webhook payload when you use request an…

Jason
- 2,451
- 2
- 23
- 31
0
votes
1 answer
DocuSign: Embedded signing, can you create the envelope in the UI?
We are going to send out an email to thousands of clients via some email provider. In that email there will be a link www.oursite.com?code=123. The user will click a button on our site which will either direct the user to docusign or open a modal…

Ry2254
- 859
- 1
- 10
- 19
0
votes
2 answers
Docusign: How to Bulk send and sign on website
We want to send out bulk emails to some our of clients. The plan is
Create (not send) bulk envelopes
Get the envelope IDs
Send the envelope IDs as a request to the eSignature API's "Recipient View" endpoint to create unique URL
On our micro-site we…

Ry2254
- 859
- 1
- 10
- 19
0
votes
1 answer
How to add signing placeholder or checkbox into our webpage using DocuSign?
I am developing single page web application it has a agreement page which is pre written and dynamically loading to the user depending on the several other parameters,
I have added a placeholder underneath to the agreement for a sign or 'Agree'…

Azad
- 5,144
- 4
- 28
- 56
0
votes
1 answer
How to get 2 e-Signatures seperately in DocuSign?
My document requires 2 e-signatures and while creating the envelope i have only 1st signer's information and 2nd signer's information is not available. May i know how to use the same envelope and call UpdateEnvelope to get the 2nd signer's…

sri ram
- 111
- 1
- 1
- 5
0
votes
0 answers
DocuSign bulk envelope custom fields do not exist
I am trying to make DocuSign bulk sending work using the C# SDK. I would like to set 2 custom fields for each copy, to later use during the event notification processing of DocuSign Connect.
I am using a template for the bulk operation, which…

Flashcap
- 141
- 2
- 17
0
votes
1 answer
Is it possible to redirect the initiator of a Signature Request to Docusign for him/her to proceed with preparing the envelope before sending it out
I am in the process of developing a specialized middleware application with the primary function of receiving documents from a designated API. Subsequently, these documents are transmitted to Docusign's platform to initiate signature requests.
My…

Kevin Mukhami
- 3
- 1
0
votes
1 answer
Embedding DocuSign Terms and Conditions signing into an Angular SPA web app
I have a requirement to embed Terms and Condition signature (or check mark approval) into a SPA web app and have some trouble making sense of DocuSign's documentation. I would like the user to receive the signed Terms and Conditions document to…

mishap
- 8,176
- 14
- 61
- 92