docusignapi

DocuSign Rest API - Downloading Completed Document after using multiple CompositeTemplates

三世轮回 提交于 2020-01-06 18:35:12
问题 I'm trying to download completed document(s) from a Docusign Envelope sing the below code: byte[] fileData = envelopesApi.getDocument(accountId, envelopeId, documentId); However, I think the problem lies with how I'm sending the documents in compositeTemplates that make up the envelope. I'm assigning both documents an ID that corresponds to a custom POJO object's ID in my application. The above envelopesApi.getDocument(accountId, envelopeId, documentId) code worked great until I implemented

DocuSign Rest API - Downloading Completed Document after using multiple CompositeTemplates

淺唱寂寞╮ 提交于 2020-01-06 18:35:07
问题 I'm trying to download completed document(s) from a Docusign Envelope sing the below code: byte[] fileData = envelopesApi.getDocument(accountId, envelopeId, documentId); However, I think the problem lies with how I'm sending the documents in compositeTemplates that make up the envelope. I'm assigning both documents an ID that corresponds to a custom POJO object's ID in my application. The above envelopesApi.getDocument(accountId, envelopeId, documentId) code worked great until I implemented

Can't find documentation about the DocuSign advanced signature feature

你。 提交于 2020-01-06 17:57:18
问题 I'm trying to create a recipient with an advanced signature. It means that the recipient must receive an OTP by SMS in order to sign. It's different from the access authentification, which required an authentification to see the document. Here is the description given by the official DocuSign about this feature : Official documentation I know that DocuSign has the feature, it is activated on my account and I can use it in the web HMI. But I can't find how to use it with the API... I tried

TLS version on REST API URL

荒凉一梦 提交于 2020-01-06 06:06:11
问题 I tried opening a ticket with Docusign Support, but they sent me this way instead. I'm hoping someone will be able to assist with this. Starting on Nov. 16th at about 12:30 Central, we started getting errors in our application logs in our non-production environment. Upon investigation, it appears that https://demo.docusign.net/restapi started responding to TLSv1 queries with the following: { "errorCode": "TLS_INVALID_VERSION", "message": "TLS Version is invalid, please update to TLS1.2 TLSv1

Add signer on template based docusign envelope

坚强是说给别人听的谎言 提交于 2020-01-06 05:00:30
问题 I have created a template and added two role signer1 & signer2.I am creating envelopes & adding signers on fly using this template.Its working fine.In some case,admin user don't know 2nd signer and adding only first signer and envelope is created with single signer.Once envelope is created,Now I want to add 2nd signer on envelope.I am using C# docusign client, I tried { var templateInfo = await envelopesApi.ListTemplatesAsync(await AccountAsync(), envelopeId, new EnvelopesApi

Document completion Notification is not sent to each recipient as expected, when signing process is initiated using the DocuSign API

大憨熊 提交于 2020-01-06 04:54:05
问题 I’m testing document signing via a Docusign template through the Docusign API. Once the document signing is complete, each recipient is supposed to receive a Document completed notification, with the link to view the document. But the Document completion Notification is not sent to each recipient as expected, when signing process is initiated using the DocuSign API. Please direct me to the help link on this. I also, would like to know how to set up the certificate completion document to be

DocuSign REST API - Convert PDF form fields into DocuSign Secure field - Not Working

余生长醉 提交于 2020-01-05 07:37:38
问题 I am using DocuSign REST API for send document for sign. I am using Php Rest Docusign Api class. I want Convert PDF form fields into DocuSign Secure field. I have setdocumenttransformPdfFields as true as per DocuSign Rest Api guide on https://www.docusign.com/p/RESTAPIGuide/Content/REST%20API%20References/Document%20Parameters.htm. I am sending following information as CURLOPT_POSTFIELDS. My Sending pdf test1.pdf have already eSignSignHere adobe text field. If I try same pdf file from

Is it possible to use a returnUrl when sending a sign request in Docusign

寵の児 提交于 2020-01-05 05:36:06
问题 I am wondering whether it is possible to use a returnUrl which the user is redirected to after signing the document, but using the path where you email the sign request out to the recipients. The embedded flow does not work for us, unless I am missing something, because the 5 minute timeout does not work. I would like to email the sign requests out to the recipients and then after they complete their signing redirect them to a custom "thank you" page. The issue is that you can have one sign

Get document url

一个人想着一个人 提交于 2020-01-05 04:25:08
问题 When I get document by envelope id: $testConfig=new \DocuSign\eSign\ApiClient($config); $envelopeApi = new \DocuSign\eSign\Api\EnvelopesApi($testConfig); $docsList = $envelopeApi->listDocuments($accountId, "4f4ec572-b7aa-4b42-96ed-3e85655efbaa"); //var_dump($docsList->getUrl()); //$this->assertNotEmpty($docsList); //$this->assertNotEmpty($docsList->getEnvelopeId()); $docCount = count($docsList->getEnvelopeDocuments()); if (intval($docCount) > 0) { foreach($docsList->getEnvelopeDocuments() as

Can I get the url for managing an envelope from the Docusign API?

这一生的挚爱 提交于 2020-01-04 04:43:27
问题 I'm able to create an envelope with the API which returns the envelopeId which looks like: 13f23354-7eee-41d3-897a-c1353a1e465c When I navigate to docusign in my browser and open the envelope the url is: https://na2.docusign.net/MEMBER/EnvelopeSetup.aspx?ti=ad05458248c54654a16a54195bf72ffe I don't see what that "ad05458248c54654a16a54195bf72ffe" id is. I've tried every envelope API in the documentation (many don't make sense, but I tried them anyways): /accounts/{accountId}/envelopes/