docusignapi

AUTHORIZATION_INVALID_TOKEN

做~自己de王妃 提交于 2020-03-04 16:51:09
问题 How do I get rid of this error? I am following the steps mentioned in the DocuSign tutorial https://youtu.be/ADmELHcPpbM ApiException: Error calling CreateEnvelope: { "errorCode": "AUTHORIZATION_INVALID_TOKEN", "message": "The access token provided is expired, revoked or malformed." } And to be clear, the TOKEN isn't expired and still has 7 hours left on it. 回答1: Looks like you didn't copy the entire access token from the DocuSign Access Token generator. Perhaps a better path for you is to

DocuSign integration tests

不羁岁月 提交于 2020-02-25 05:59:30
问题 I am writing an application that should interact with DocuSign to create envelopes and then download the signed document when all the signatories have signed. There are several other use cases, but that does not matter for this question. I am wondering what is the best way to write automated integration tests. Do I need to automate the interaction of the signatories withe DocuSign? This would mean that I have to receive the email, click the link, etc... Even if it seems possible, it does not

DocuSign Connect webhook not including HMAC header

寵の児 提交于 2020-02-25 03:41:26
问题 I've referenced this StackOverflow question, but the responses were not helpful in my case. I've setup DocuSign Connect to use the SOAP interface and checked the "Include HMAC Signature" for the Connect configuration. I've built my endpoint and can properly receive the envelope payload, but the request does not include the X-DocuSign-Signature . I'm observing the headers by looking at the HttpContext once the WebMethod is called: HttpContext.Current.Request.Headers 9 headers are being sent:

Docusign developer webhook not allowing http

旧城冷巷雨未停 提交于 2020-02-06 08:36:54
问题 When setting up a webhook URL I need to use an http connection for my dev account. The docs clearly say that this is a valid option. Only the production env needs HTTPS but dev env can have HTTP or HTTPS See here and here. I have tried on the account level where it will not even allow me to save the configs if URL is not https: Also, when trying to set up the webhook on the envelope level: $event_notification = new \DocuSign\eSign\Model\EventNotification(); $event_notification->setUrl("http:/

Docusign developer webhook not allowing http

孤人 提交于 2020-02-06 08:35:27
问题 When setting up a webhook URL I need to use an http connection for my dev account. The docs clearly say that this is a valid option. Only the production env needs HTTPS but dev env can have HTTP or HTTPS See here and here. I have tried on the account level where it will not even allow me to save the configs if URL is not https: Also, when trying to set up the webhook on the envelope level: $event_notification = new \DocuSign\eSign\Model\EventNotification(); $event_notification->setUrl("http:/

Docusign Send on Behalf Of (SOBO)

蓝咒 提交于 2020-01-30 06:08:25
问题 If any one has it, I'd welcome an example of how to use Docusign's Send on Behalf Of (SOBO) functionality. I'm using the SOAP API with XML, and even Docusign's Level III support has not been able to come up with a sample. Thanks. 回答1: For clarification purposes, SOBO simply allows a System Sender to authenticate and make API calls on behalf of a user sending envelopes. If you're looking for specific sample codes for this it can be found in the Send on Behalf Of Information Guide. However, our

Requesting document signing via email using template doesn't populate tab values

故事扮演 提交于 2020-01-25 06:47:29
问题 I have created a template with recipient and added text tabs in it, I'm using python api to send a the document using template id for signing. If I send document to the recipient attached to the template I get the document with tabs (text and checkboxes) populated but if I send it to some other email the tabs are not being populated. What I want is to be able to send the document to any email without them being added as recipient in the template, my question is: Is it possible to send signing

Requesting document signing via email using template doesn't populate tab values

廉价感情. 提交于 2020-01-25 06:47:04
问题 I have created a template with recipient and added text tabs in it, I'm using python api to send a the document using template id for signing. If I send document to the recipient attached to the template I get the document with tabs (text and checkboxes) populated but if I send it to some other email the tabs are not being populated. What I want is to be able to send the document to any email without them being added as recipient in the template, my question is: Is it possible to send signing

How to exclude a signer from receiving the completed/signed email

谁都会走 提交于 2020-01-24 12:08:22
问题 We would like to prevent our Sales Rep(secondary signers) from receiving the completed/signed email with the signed documents as attachments. Only our external customers should be receiving the email. Wondering if this is possible through the API or within the admin console setting. We are using SOAP API by the way. Thanks in advance. 回答1: It's not possible to exclude specific (remote) recipients from receiving the "envelope completed" email from DocuSign. ("Embedded/Captive" recipients won't

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: