Questions tagged [docusignconnect]

151 questions
1
vote
1 answer

Webhook - username and password to the header to verify message authenticity

I am trying to validate webhook validation using username and password, but in header values are not coming. Any idea how to fetch/ read them from request header? Is dere any different key name? I tried all these but always…
1
vote
2 answers

Is it guaranteed to get the latest signed document after receiving DocuSign Event Notification 'Completed'?

Our integration with Docusign is set up to receive Docusign event notifications per envelope like this: new EventNotification() { Url = callbackUrl, UseSoapInterface = "false", IncludeEnvelopeVoidReason =…
Eyad
  • 13
  • 2
1
vote
2 answers

Docusign Connect JSON Webhooks format

I'm using Docusign Connect webhooks in demo account (Node.js). I was testing receiving webhooks using per envelope configuration and wanted to receive the webhooks as JSON format instead of XML. When I configure as such at account level, the…
1
vote
1 answer

event notification of envelope in DocuSign restapi c#,webapi

I have added event notification at the time of envelope creation in EnvelopeCreate Method as apiClient.Configuration.DefaultHeader.Add("Authorization", "Bearer " + AccessToken); EnvelopesApi envelopesApi = new EnvelopesApi(apiClient); …
1
vote
1 answer

DocuSign Integration - Signatory tags removed from the document and sent over to DocuSign got completed with Signature

I am working on app which has integration with DocuSign. By mistake, I removed the signatory tags from the document and sent it for Signature to DocuSign. Signer completed the signature, however, signatures were missing from the completed copy. Is…
1
vote
1 answer

Docusign: Trying to get userInfo after consent received internal_server_error

Used the token, received after giving consent on the API explorer. https://apiexplorer.docusign.com/#/authentication/restapi?categories=Authentication&tags=OAuth&operations=getUserInfo error: "internal_server_error" reference_id:…
zion
  • 391
  • 5
  • 22
1
vote
1 answer

Does JWT Grant in Dousign require additional configutation when in Production

I have tried Node.js Quickstart Demos and was able to grant consent using JWT Grant in development. Recently I have applied for Go-Live and now my app integration is live in Docusign. I have also configured the live app settings. How can I test…
1
vote
1 answer

Open SSL Extension issue

I've to run composer install command but i found following errors: (I already uncomment openssl extension from xampp) Problem 1 - docusign/click-client is locked to version v1.0.0 and an update of this package was not requested. -…
1
vote
1 answer

Docusign Connect Webhook Writer and Listener in .Net core

I'm new to the concept of Docusign but I have successfully developed API for Envelope creation and View Url. For creating Docusign connect, I have created a Connect Configuration in the Docusign Developer Admin account. It would be a help if someone…
1
vote
1 answer

Docusign Java Client SDK support for JDK 1.8

Do we have a Docusign Java client SDK that's compatible with JDK 1.8? Has anyone tried using Docusign Java Client SDK with 1.8? The latest SDK version needs JDK 1.9+. Reference - https://github.com/docusign/docusign-java-client
1
vote
1 answer

HMAC webhook validation, from envelope callback

I read through the instructions here, which works if you're using Connect at the "account level" (i.e. all envelopes get sent through one account). Our use case involves requiring a customer to log into DocuSign using their own account, so I'm now…
1
vote
1 answer

DocuSign: Multiple base URI for one account?

I have a question regarding base URI with user and account objects in REST API. To summarize: one user can have multiple account attached, one account is attached to one company, without OAuth, we can get base URI by calling API…
NicoFC34
  • 57
  • 8
1
vote
2 answers

DocuSign TimeZone information in Event notification

We are using DocuSign's web-hook event notification to get information about envelopes. In webhook event notification we are getting XML from the webhook request, but all datetime fields like envelope created date, sent date, completed date,…
Jigar
  • 129
  • 1
  • 9
0
votes
1 answer

DocuSign: Embedded signing, can you create the envelope in the UI?

We are going to send out an email to thousands of clients via some email provider. In that email there will be a link www.oursite.com?code=123. The user will click a button on our site which will either direct the user to docusign or open a modal…
Ry2254
  • 859
  • 1
  • 10
  • 19
0
votes
1 answer

Error: "Please verify that you have been granted access to DocuSign"

We are using esignautre app luncher (Apex toolkit) in Salesforce, the user has "DocuSign User" Permission. The user is getting this below error when is retrieving the template using the app launcher. When below page loads, it calls…
Amer Bearat
  • 876
  • 2
  • 7
  • 25
1
2
3
10 11