Signer without Email
Wednesday, July 11, 2018 at 05:20amHi All,
I have a scenario where I have an e-signer that will not have an email.
Example: An elderly person is in an office, signing a contract to rent a room/apartment/service in a retirement home/nursing home/home services. This elderly person does not have an email (no technology).
We are looking for a way to present that elderly e-signer a way to esign the contract in the office without sending them an email with a link.
Is it possible for them to receive this in some other way other than email?
Do you have technology that will permit this elderly person to "sign", perhaps like one does when UPS delivers a package that you have to sign for.....with a "pen" on a device of some kind, like an iPad?
There is a security risk if the elderly user does not "sign in" somehow.
Thoughts are appreciated.
Reply to: Signer without Email
Wednesday, July 11, 2018 at 06:35amReply to: Signer without Email
Wednesday, July 11, 2018 at 06:34amGET /api/packages/{packageId}/roles/{roleId}/signingUrl2. Generate session token first(Guidance here), then use the session token to combine the url:https://sandbox.esignlive.com/access?sessionToken={signerToken}The url generated by two ways is different in format but you can consider them as interchangable. To explore more about best practices in iFrame, you can check with this document. There's a simple example in this document which is same as the attachment. Talking about the signing way, OneSpan Sign allows signers to input their handwritten signature. There's three subtypes of signature: Fullname, Initials and Capture. You can apply Capture way both in SDK or through API call.(Guidance here) Signers can sign with mouse/mobile devices/signature capture pad. Help you find this reply helpful!Reply to: Signer without Email
Wednesday, July 11, 2018 at 08:34am