简体   繁体   中英

Docusign eSignature REST API authentication

I am trying to integrate Docusign in my Web application. The website workflow will be as follows:

  1. Users visit my website and log in.
  2. Users will be given the option to choose Docusign Templates.
  3. After selection, users need to sign that document.
  4. After a successful signing, the signed document is sent to some authority.

My problem is how can I link my users to Docusign to sign. Does every user needs to have an account for embedded signing?? I need some help in understanding the flow of authentication and signing in DocuSign REST API. I have gone through the documentation but didn't understand properly. When I try to use the auth grant GitHub code to understand the flow. After logging in, it throws a null pointer exception. Please, someone, help me.

You can find code example in different languages to do what you're asking (sign from a template). You will want to use embedded signing so that the user sign as part of the app and not remote signing (via email). As for your authentication question, no, signers never need to be part of the account. The sender can be a single user that is "sending" envelopes that are embedded in the app. So while there's no sending technically, you can think of it this way. Hope this makes sense, please ask additional questions if not clear

recipientID is a GUID uniquely used to identify a recipient in DocuSign. When you create an envelope, each recipient should have one.

"and If the same name+email combination comes again, will it get the same signature or generate a new one?" It will remember it if they have an account.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM