surya_a

Opening the document to be signed in a device (like IPad or tablet )

0 votes
Could please anyone help with Opening the document to be signed in a device (like IPad or tablet ) without having the User to click on email link. Use case : Customer in Branch for account opening or any subscribing to a new product(Credit Card , Derivatives , Mortgage loan), one the all the details are entered by the branch RM , the document which require Signature should be redirected to device or e-Signlive Cloud application in the branch. In this the notification of the Signing the document shouldn't go to the Customers Mobile device but to a device in the branch.

Approved Answer

Reply to: Opening the document to be signed in a device (like IPad or tablet )

1 votes
Alright, then you will need to create a signing session by either retrieving the signing url or creating a signer token and build the following url: https://sandbox.esignlive.com/access?sessionToken={signerToken}. You can find how to do both from the following guides: https://developer.esignlive.com/guides/feature-guides/signing-url/ https://developer.esignlive.com/guides/feature-guides/signer-session/ The difference between them is that the signing url link doesn't expire and doesn't bypass authentication (e.g. sms or q&a) where as the signer token expires after 30 mins and bypasses authentication. Then, once you have your link, you simply embedded it an iframe. http://www.w3schools.com/html/html_iframe.asp
Haris Haidary OneSpan Technical Consultant

Reply to: Opening the document to be signed in a device (like IPad or tablet )

0 votes
Hi surya, Are you an integrated user or are you simply using the esignlive web portal to create packages?
Haris Haidary OneSpan Technical Consultant

Reply to: Opening the document to be signed in a device (like IPad or tablet )

0 votes
Hi Haris, Thank you for the reply. I am an integrated user, we are planning to push the document programmatically and not using the esignlive web portal to create packages. Surya

Reply to: Opening the document to be signed in a device (like IPad or tablet )

0 votes
Thank you

Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off