Autosign a Document
Wednesday, February 8, 2017 at 10:12amHi There,
In our application, we generate a certificate for the end user when they complete the transaction and we want that certificate to be automatically signed for the user without any interaction from us. Is such kind of integration possible with eSignLive? If yes, what option do I need to use for that?
Thanks,
Gurvinder
Reply to: Autosign a Document
Thursday, February 9, 2017 at 05:31amReply to: Autosign a Document
Wednesday, February 8, 2017 at 12:02pmReply to: Autosign a Document
Thursday, February 9, 2017 at 04:24amReply to: Autosign a Document
Thursday, February 9, 2017 at 05:08amReply to: Autosign a Document
Thursday, February 9, 2017 at 05:25amReply to: Autosign a Document
Friday, May 7, 2021 at 11:53amA Question, Can I auto-signing a document ? i try the endpoint
https://sandbox.esignlive.com/api/packages/Iv32wnx3XegGtOACRnbwdfkUDD0=/documents/signed_documents
and get a http code 200 but not working , when i see the document i not see the firm
i try by java sdk and all good , working but not in rest
Reply to: A Question, Can I auto…
Monday, May 10, 2021 at 08:48amHi csar,
Thanks for your post!
First, since you are bulk signing on behalf of a signer, it's important to be aware that the audit trail would record that it's your application's IP that signed the contract, but the actual signer. Therefore you may also want to confirm with your legal team before following this path.
Secondly, the reason why it doesn't work is because this call "POST /api/packages/Iv32wnx3XegGtOACRnbwdfkUDD0=/documents/signed_documents" only auto-signs sender's signature. In order to sign on half of an external signer, there are two more steps as per this documentation:
https://community.onespan.com/documentation/onespan-sign/guides/feature-guides/developer/bulk-signing-signer
Duo