docusignapi

When will the docusign api implement CORS or JSONP?

冷暖自知 提交于 2019-12-26 14:46:09
问题 My company is building a browser-javascript app. We want to use the docusign api via browser javascript without using a proxy server (our clients really don't like paying for extra proxy servers). So if you can implement CORS or JSONP for your api, it will be much easier for us to convince our clients to purchase and use docusign. Thanks a lot! 回答1: DocuSign does not support CORS (Cross-Origin Resource Sharing) in its platform. There are too many potential security risks with CORS and for

DocuSign - Document Download

蓝咒 提交于 2019-12-25 18:37:40
问题 I'm trying to use DocuSign via Rest API and ran into a question. After a user signed document and is redirected to the URL that is specified on RecipientView (/accounts/{accountId}/envelopes/{envelopeId}/views/recipient), Considering both best and worst case scenarios, how long should we wait before we download the signed document? I'm asking this question because we saw some issues with SigniX in the past where, after SigniX returning the control to redirectUrl, the signed document was not

DocusignApi - Attachment with SignHere tab on the third page

妖精的绣舞 提交于 2019-12-25 17:23:47
问题 I'm using the C# DocuSign SDK to create and send an envelope with a document attached to it. The document has multiple pages, with SignHere tabs appearing in various positions in the document, depending on the recipient. I used Anchor-Tabs to get the SignHere tab to position correctly. When the recipient receives the document, I see that the SignHere tab was placed at the bottom of every page till it finds the first match for the anchor text. Say for example, the anchor text was on page three

insert a page into document while sending envelope using DOCUSIGN

天涯浪子 提交于 2019-12-25 16:49:57
问题 I am new to docusign and the APIs. However I am trying to understand what would be the best way to achieve my usecase. I have a document which can have (1+) middle pages apart from the first and last page where user has to sign the document. To optimize this is a solution i am thinking but not nearing the answer. Create a template with three pages. While sending envelope to user depending upon the scenario (the middle pages can be 1+...) I am trying to create the pages dynamically and trying

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

Keep getting error “PAYMENTTABS_LINEITEM_AMOUNT_IS_MISSING”

半腔热情 提交于 2019-12-25 11:58:23
问题 Has anyone tried to change the "fixed amount" of a "payment item" using the DocuSign rest API? I'm using a template that's been designed and setup via the DocuSign web page. The template consists of 2 template roles, one of which is the "Customer". It contains a payment item in which I would like to pre-fill the dollar amount, payment description item code, and payment description item details. I found this in the documentation under 'formulaTabs': "<paymentDetails>" + "<lineItems>" + "

Completed event notification - date time zone

半世苍凉 提交于 2019-12-25 09:16:35
问题 For webhook event notifications, the completed event in particular, will the delivered and signed dates always be in PST or will they vary based on the server the user's base url points at or their account? I don't see that mentioned anywhere in documentation and it's impossible to tell from a demo account. Of note: 1) We are not using Connect, just redirect url(s) on our integrator key that are added to envelope definition's envelope notification properties. 2) We are supporting multiple

Docusign Embedded Signing using template

可紊 提交于 2019-12-25 09:14:24
问题 I need steps/procedure for recipient to sign via nodejs application using template.Currently i am using the docusign node sdk.I would like to embed the signing into the application (Embedded Signing) through the API rather than opening DocuSign in another window. 回答1: I'd suggest you take a look at the DocuSign Recipes. The Recipes include node.js code samples for " send a signing request with a template (via email) " and also for " signing from within your app " -- between these two examples

Using Docusign with a PDF

痞子三分冷 提交于 2019-12-25 08:58:18
问题 I'm interested in using DocuSign. I ran the demo and I saw what appeared to be a PDF file. My document that I require signing is a PDF file. Several questions. Do I have to re-make my PDF file with DocuSign? Is it even possible to use a PDF or must I use some sort of private DocuSign file format? Step 2 on the "how does it work" page states you need to indicate who needs to sign. Does that mean I need to specify the names of the persons going to sign the documents? I ask this because I do not

Docusign .net send enevlope issue on one server

浪尽此生 提交于 2019-12-25 08:58:02
问题 We've implement docusign api into our application and it works fine in development and on one of our production servers, but on particular production server it fails when running the following line var scope = new OperationContextScope(client.InnerChannel); The exception thrown is Error: InvalidDataContractException: Message: Type 'System.Threading.Tasks.Task`1[DocuSign.DocuSignWeb.SetSharedAccessResult]' cannot be serialized. Consider marking it with the DataContractAttribute attribute, and