Questions tagged [e-signature]

38 questions
0
votes
0 answers

How do I add eventListeners to things that get appended to a page?

Explanation: I have a shopping cart drawer that will conditionally load a little canvas element depending on if the order_total exceeds $1000 this canvas element is used to create an E-Signature. The Problem: When ever you go below the $1000 it will…
Nicholas Koskowski
  • 793
  • 1
  • 4
  • 23
0
votes
1 answer

Power Form Docusign

I am fetching the powerForm url to send contracts to clients. I would like to know if there is a way to get the envelopeId created once I fetch that url. This is everything i got from the call enter image description here
0
votes
1 answer

Inside DocuSign can we add checkboxes in the document at specific position using API?

We are sending the document from our app to DocuSign, and we want to add checkboxes at a specific position. How do we achieve this using API endpoint? I tried adding checkbox manually on docusign portal now I want to check if can I achieve it by…
0
votes
1 answer

Direct print to Alfrseco Document Storage : Store, Sign and Print

I need some information and guidance on setup and configuring Alfresco ; my goal is to print directly to Alfresco with a PDF printer to output directly or a raw file. I need that to be consumed by Alfresco - stored and a listing - each one to be…
Ken
  • 2,518
  • 2
  • 27
  • 35
0
votes
1 answer

DocuSign Visual Studio Extension not returning access token

My new web apps (ASP.NET MVC, .Net Framework 4.7.2) could not find DocuSign.eSign.dll references to invoke SDKs even though I verified the dll is installed leading to failure in obtaining access token. I am following exact steps listed on…
0
votes
1 answer

DocuSign E-Signature Api, Docker and Server Proxy

I am using the e-signature Java SDK for the application that I developed. The application will run on a docker container and the container on a Linux server. There is a proxy configured on this server and I have been asked if there is anything that…
NoClue
  • 1
  • 1
0
votes
1 answer

List of DocuSign Api Base Urls for EU account

As it stands in DocuSign documentation: Update API calls to use the account's base URI You must update your integration to use your account’s base URI for API calls, instead of demo.docusign.net. You can use the UserInfo Authentication Service…
NoClue
  • 1
  • 1
0
votes
1 answer

Composite Template - signHere tabs all appear on the first document

I have two templates defined, each has a primary.account.holder role and associated signHere tab placed in appropriate place in each. If I run each one individually, i.e., create an envelope and add my recipient, then the tabs are placed as I'd…
0
votes
1 answer

Is it possible to search for envelopes created by a specific integration/app?

Consider a scenario where a DocuSign account has 3 independent applications accessing it ... Application A creates envelopes and downloads the documents from the envelopes it created when they are completed. Application B creates…
0
votes
1 answer

Signing Documents with Blockchain and IPFS

For my little project I need help and if it's possible. The project is about signing documents using blockchain and IPFS. I try to create a DApp with following features: Signer has to LogIn After LogIn has been successful you can upload a…
0
votes
1 answer

How to use e-signature PDF with Python/GoLang?

What is the easiest way to implement Digitally Sign a PDF file through coding? I am mainly looking for Python or Golang guide.
Anindya
  • 9
  • 3
0
votes
1 answer

DocuSign Redirect URI for obtain individual consent

I have a problem. I am building an integration with Docusign's e-signature Api but when trying to generate the uri to obtain user consent the error "redirect URI is not registered properly with DocuSign" is returning. My generated redirect_uri is…
0
votes
2 answers

Review the document

I want to build a system where a document is to be signed/reviewed by the user. It may be the case that user takes 10 days to sign/review the document or even in minutes things are done. By review : user shall review the document, but no need to…
0
votes
2 answers

Remote + Embedded Signature

I want to build a system where a document is to be signed by the user. It may be the case that user takes 10 days to sign the document or even in minutes things are done. Using Remote signing : User will receive the mail from third party app, and…
0
votes
1 answer

How to apply template setAnchorXOffset when you create an envelope from a template?

I used the docusign-design-java-2.15.0 SDK. I made a template and used SETANCHOR API. And when I made an envelope with template, setAnchorXOffset or setAnchorYOffset were not applied. create template code public Map
daesung
  • 17
  • 1
  • 3