docusignapi

[docusign]Embedded signature cannot display the signature page normally

喜欢而已 提交于 2020-08-10 19:19:51
问题 my requirement is: on the website, users can click the sign button on the [Our] platform to directly pop up the document to be signed and sign on the document At present, according to the DocuSign embedded sending and signing document, we use JWT + admin authorization method to obtain access_ The user can open and sign the document URL through the document "envelopeviews: create recipient", Question: If we directly copy the DocuSign URL and open it in the browser, the page will correctly

The recipient you have identified is not a valid recipient of the specified envelope

走远了吗. 提交于 2020-08-10 19:19:37
问题 With the following code I am able to read the template from my account and send an email with that template is working. EnvelopesApi envelopesApi1 = createEnvelopesApi(basePath, prop.getProperty("authenticationToken")); EnvelopeDefinition envelope1 = makeEnvelope(signerEmail, signerName); EnvelopeSummary result = envelopesApi1.createEnvelope(accountId, envelope1); // session.setEnvelopeId(result.getEnvelopeId()); DoneExample.createDefault("Cusotm title") .withJsonObject(result) .withMessage(

The recipient you have identified is not a valid recipient of the specified envelope

流过昼夜 提交于 2020-08-10 19:17:44
问题 With the following code I am able to read the template from my account and send an email with that template is working. EnvelopesApi envelopesApi1 = createEnvelopesApi(basePath, prop.getProperty("authenticationToken")); EnvelopeDefinition envelope1 = makeEnvelope(signerEmail, signerName); EnvelopeSummary result = envelopesApi1.createEnvelope(accountId, envelope1); // session.setEnvelopeId(result.getEnvelopeId()); DoneExample.createDefault("Cusotm title") .withJsonObject(result) .withMessage(

How to read standard fields in the docusign api

大兔子大兔子 提交于 2020-07-31 04:16:23
问题 I am implementing qsjava application of docusign , as part of the application it is taking the pdf file from local folder i.e, World_Wide_Corp_lorem.pdf . I want to take that file from my accound Link. I have created the Template and I have added the standard fields like text box. Here my question is in the api link i.e, https://demo.docusign.net/restapi/v2.1/accounts/accountid/templates/teplateid, I am not getting the statndard fild that I have added in the template, from which api I will

How to Add Dynamic Image to Docusign Document via Docusign API

不想你离开。 提交于 2020-07-19 14:20:12
问题 I don't know if this is possible with the Docusign API, but I was curious if you can add dynamic images to a template document. The purpose of this dynamic image would be to set a logo for the document depending on who's sending it. I know Docusign has branding, but we would like this image to be in a particular location on the template document. If anyone knows if this is possible, I would be extremely happy if you can point me in the right direction. I've done plenty of research and checked

Docusign- RestAPI and how to handle clients with SSO enabled

不想你离开。 提交于 2020-06-01 06:41:06
问题 My company (C1) has DocuSign implementation feature set up with RestApi and we use oAuth to authenticate users with email and password to create and send envelopes. This functionality works perfect. One of our clients said they have SSO enabled in their org and would like to SSO directly to DocuSign from my company page instead of providing password option. In our current implementation, users are prompted for email address first and then the password. If clients have SSO enabled, I assume

Dependency Issues with Docusign.Esign.dll's inherit RestSharp Dependency

半腔热情 提交于 2020-05-31 04:03:07
问题 I am working with a solution in visual studio that has multiple projects in it. One area of the project requires RestSharp 106.10.1, and in another project (that it needs to talk to) we have the Docuign.ESign.dll that has RestSharp 106.3.1 as an interior dependency. When trying to run the project with the Docusing dll, we get a run time error of "Could not load file or assembly 'RestSharp, Version=106.3.1.0, Culture=neutral, PublicKeyToken=598062e77f915f75'. The system cannot find the file