docusigncompositetmplts

DocuSign - Random UNABLE_TO_CONVERT_DOCUMENT error

非 Y 不嫁゛ 提交于 2021-01-29 05:34:12
问题 I am using Docusign create envelop API using the endpoint https://au.docusign.net/restapi/v2/accounts/{AccountID}/envelopes. The API call works on most instance but occasionally I am receiving an error stating that the System was unable to convert this document to a PDF. I am submitting a docx type document which is failing randomly(say once in a day). On re submission the same document submission works without any issue. In order to understand the problem I tried enabling logging on DocuSign

Redefining recipient role on template on an envelope to envelope basis?

青春壹個敷衍的年華 提交于 2021-01-29 05:24:01
问题 I want to reuse a DocuSign template for multiple recipients in the same envelope. The template is rather simple; it has a few signing and date signed blocks. The recipients will have different routing orders. From what I've seen, my API request needs to have the Routing Order and Role Name match the DocuSign template. If the role name and routing order don't match, I end up with an empty role (which has all of the signing blocks) on the envelope. I've also tried "merge roles on draft." The

Docusign API's failing after an hour

走远了吗. 提交于 2020-04-16 09:16:30
问题 I have a docusign-sandbox account. I am trying to integrate docusign with my application and am using JWT Grant for authentication in java. I got a sample code from https://github.com/docusign/eg-01-java-jwt and it works perfectly for an hour and then the API starts failing. Any idea how I can tackle this issue? I'm getting the below error I already tried changing the Token expiry time from 1hr to other lesser values(5 min, 30 min). Even then the APIs start failing exactly after an hour.

Docusign API's failing after an hour

ぐ巨炮叔叔 提交于 2020-04-16 09:15:10
问题 I have a docusign-sandbox account. I am trying to integrate docusign with my application and am using JWT Grant for authentication in java. I got a sample code from https://github.com/docusign/eg-01-java-jwt and it works perfectly for an hour and then the API starts failing. Any idea how I can tackle this issue? I'm getting the below error I already tried changing the Token expiry time from 1hr to other lesser values(5 min, 30 min). Even then the APIs start failing exactly after an hour.

Can i get a request when the Docusign envelope status is completed from Docusign

你离开我真会死。 提交于 2020-03-05 03:26:31
问题 I am using Docuisign for my client to use it as digital signature. I am using php rest API and i have 5 template roles and everything is working perfect. So i want to get a request on my server from Docusign when the envelope status is completed. So that i can update the status on my side as well. I have one solution in my mind 1) Solution 1 I can create a cron job to check the status of envelope but 4 crones are already running on my server so i am avoiding this solution My Code is

DocuSign Java Rest Api - Combining Anchor Tagged Custom File and PDF Form Field Transformation (Composite Templates)

百般思念 提交于 2020-01-21 19:43:27
问题 In my application, I have a package of PDFs that I combine and send to DocuSign. This works perfectly using SignHere and Initial here AnchorTags; however, I have now need to include certain PDF's that require user input fields (such as a W-9 form). I have tried multiple ways of creating the template, without success. I've been able to get DocuSign to recognize all of the PDF form fields (in the templates UI) but I haven't been able to get those to the user. I have two significant issues:

DocuSign Java Rest Api - Combining Anchor Tagged Custom File and PDF Form Field Transformation (Composite Templates)

余生颓废 提交于 2020-01-21 19:41:10
问题 In my application, I have a package of PDFs that I combine and send to DocuSign. This works perfectly using SignHere and Initial here AnchorTags; however, I have now need to include certain PDF's that require user input fields (such as a W-9 form). I have tried multiple ways of creating the template, without success. I've been able to get DocuSign to recognize all of the PDF form fields (in the templates UI) but I haven't been able to get those to the user. I have two significant issues:

Docusign API server templates local docs and tabs

我只是一个虾纸丫 提交于 2019-12-25 14:47:00
问题 I'm working on a DocuSign integration. I have the basics functional but can't seem to figure out how to merge a local document (PDF) with a server template such that tabs configured on the server template get used or overlaid on the passed document. My template is defined on the server and I can use it directly from the web UI without issue (it's a W4 form). The template has three tabs (SSN, Sign here, and date) as you can see below. Accessing this template via it's ID using the API Explorer

DocuSign Rest API to replace single template document

◇◆丶佛笑我妖孽 提交于 2019-12-25 02:22:53
问题 I would like to know how to replace a document with composite templates. The template has three documents and defines signer info. Even though I tried to replace only 1st document that fields (tags) are defined as below it doesn’t work well. If sequence number of inlineTemplates is 1 and its number of serverTemplates is 2, 1st document is replaced as expected but the remaining two documents are gone. If each sequence number changes to opposite, three documents defined in the template are