docusignapi - I need to get Document signature by Spouse and its optional. how to do it with Docusign? -


On a contract, I am currently signing digital documents by the signer. But there is a need for a business in which we need to get the signature of the spouse (if there is a husband) and we do not currently know that if our spouse is in or not in our application (we have husband's If there is no data about it then it can not be done within our application). What needs to be done - our main signature will sign first and if a spouse who can sign it will give the PC to the husband and the husband will also sign (the document will be sent to the same email address). If there is no husband, then the signature of the spouse will be left blank and the document will be completed without it.

The scenario you want to achieve is entirely possible, but your application should determine it Whether there exists or not a second signatory (husband or wife), and that information should be enveloped in the envelope form (i.e., two signatories, if a spouse needs to sign) that information give. Additionally, if you want to sign the second signatory of the computer to sign-in for the first time only, when it is your turn to sign (i.e., you are using embedded / captive signaling for both recipients ), Your app will have to broker this interaction.

For example, the flow / logic will look something like this (for the two-signing scenario):

  • Your application will be used to determine the information from the user. Collects that are two recipients / signers (current users = first signer, spouse / second signer), and collect names and email addresses to use for each signatory (email address can be the same What name will be unique to each signatory).

  • Your application sends an envelope API request to Docusine, specifying that there are 2 signers, both embedded / captive signers Signing in (i.e., the clientUserId property for each recipient in the Set API request.)

  • To sign the application user (i.e. the first signer) The session begins your application - that is, Baking application Dokyu launches a See recipient Post API sends a request and sign the signer before the user ADI feedback session to sign.

  • When the first signer submits his entire envelope, Docusine will send it back to the page within your application, which will be returnUrl as View Post Recipients Request. The logic in this page of your application will recognize that there is another signatory for the envelope, and such as "please [husband and wife] get control of the message" [husband and wife], please click on the button / link below Click. Ready to sign in. "

  • When a button / link is clicked (indicating that the second signature is ready for signing), your app will see a view post recipient The Doku uses the URL from the API response to launch the signaling session for the API request and the other signer (spouse) to sign.

  • When the second The signer (husband) presents him The full envelope, Docuin will redirect back to the page within your page that was previously referred to as returnUrl in the View Post Recipient request in this page of your application. It will be that the envelope is now complete, and display a message such as "Your transaction is now complete. Thank you for signing ... "

Please note that the above step is a high-level description of the logic / flow type of scenario described in your question. Actual implementation details may vary according to requirements.


Comments

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -