docusignapi

“This Account lacks sufficient permissions” DocuSign

こ雲淡風輕ζ 提交于 2020-01-11 14:09:31
问题 Not sure how many people here use docusign but I am having a bit of a issue creating and sending a envelope and sending to docusign when I send this xml file <?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://www.docusign.net/API/3.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"> <SOAP-ENV:Header> <wsa:Action>http://www.docusign.net/API/3.0

How to ungroup checkboxes placed with AnchorTag

妖精的绣舞 提交于 2020-01-11 12:32:22
问题 We are using AnchorTags in our documents to place signature elements into PDF documents. So far, signature elements like "SignHere" are working as expected, one click per signature, and being placed correctly into to the documents. We are now attempting to add checkboxes to these documents with AnchorTags and we are running in to some issues with how the checkboxes are 1. labeled and 2. grouped. According to the DocuSign documentation: For each group of placed fields, the data label is the

Error when creating JWT Token

喜欢而已 提交于 2020-01-11 11:26:10
问题 As I am on my way to switch from using the legacy header authentication method to the JWT Token method, I have used the following example found here. However, I get the following error : Error calling Login: { "errorCode": "PARTNER_AUTHENTICATION_FAILED", "message": "The specified Integrator Key was not found or is disabled. An Integrator key was not specified." } Below is my C# code. string oauthBasePath = "account-d.docusign.com"; string privateKeyFilename = "./private.pem"; int

How to pre-fill tabs on a server template with the DocuSign API

懵懂的女人 提交于 2020-01-09 12:10:19
问题 Is it possible to fill in a tab on a server template? If so what would be the correct XML format to do that? I have tried the suggested solution from the post on the DocuSign forum, that solution did not work. I have read the documentation but it is unclear what the format should be and I can't seem to find any examples. This is what I have now and it is not working it returns and error 400: The XML request does not match the expected format. Does anyone know for sure the correct format? * *

Authorization Code Grant return invalid_grant

霸气de小男生 提交于 2020-01-07 09:33:32
问题 I am trying to implement DocuSign OAuth by Authorization Code Grant. Firstly what I am trying to do: Make GET request to https://account-d.docusign.com/oauth/auth?response_type=token&scope=signature&client_id=71d5e08f-299d-480a-9520-74d2e5083008&state=a39fh23hnf23&redirect_uri=http://localhost/callback When i have got token i am trying to make POST request by CURL curl -i -v -d "grant_type=authorization_code&code

Docusign multiple signers for one signature line

我的梦境 提交于 2020-01-07 05:23:06
问题 We have a document that requires two signatures. The first signature is to a specific individual, but the second signature can be signed by three or four managers for approval. Only one signature from any of those managers is needed, so the first to sign is enough for the document to be considered approved. So we wish to use the api to make a request of any of these three or four managers to approve the document. Once any ONE of them signs, the document is complete. Any help on this would be

docusign - adding tabs to the document using API: It only adds signhere tab and ignores all other

强颜欢笑 提交于 2020-01-07 03:16:08
问题 I am trying to add dateSingedTab, fullNameTab,signHereTab to my document. When I send the document, docusign is only adding the signHereTab and ignoring other tabs. Here is my xml. Can you please help. <envelopeDefinition xmlns="http://www.docusign.com/restapi"> <emailSubject>API Call for adding signature request to document and sending</emailSubject> <status>sent</status> <documents> <document> <documentId>1</documentId> <name>documentName</name> </document> </documents> <recipients>

docusign - adding tabs to the document using API: It only adds signhere tab and ignores all other

喜夏-厌秋 提交于 2020-01-07 03:16:06
问题 I am trying to add dateSingedTab, fullNameTab,signHereTab to my document. When I send the document, docusign is only adding the signHereTab and ignoring other tabs. Here is my xml. Can you please help. <envelopeDefinition xmlns="http://www.docusign.com/restapi"> <emailSubject>API Call for adding signature request to document and sending</emailSubject> <status>sent</status> <documents> <document> <documentId>1</documentId> <name>documentName</name> </document> </documents> <recipients>

Transfer Envelope Between DocuSign Users

做~自己de王妃 提交于 2020-01-07 03:00:53
问题 Is it possible to transfer envelope ownership between two DocuSign users within the same account? Say for example an employee leaves the company. I'd like to use the REST services to transfer those envelopes to another employee. I have not seen an an endpoint that would facilitate this functionality. Found this thread from a year ago that talked about the same need : DocuSign REST API, easily move envelope from user A to user B? (ie, change the envelope owner) Thanks 回答1: Things are still the

Custom Salesforce (docusign) button not firing. Error code provided

你说的曾经没有我的故事 提交于 2020-01-07 02:23:07
问题 I have built a custom button in salesforce on the opportunity object to link back to docusign and run a very specific set of actions. At first when i put the button in salesforce i would receive an error code. Now, i cannot get the button to fire at all. I ran firebug on the button and i see that there is a javascript error. I will pubslish all that i have here. You can also reference my previous question here: Custom Salesforce button for Docusign giving error - unexpected token~ {