115 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
I would like to understand how do we retrieve signingUrl when we pass signerId as an email address. I am using below snippet
eslClient.getPackageService().getSigningUrl(transactionId, userIdentifier);
here I've userIdentifier is e.g. "[email protected]"
Forum topic
OneSpan Identity Verification
Good day everyone,
Forum topic
OneSpan Sign
I was wondering if it is possible to change the signing ceremony in the REST API after a package has been created.
Example:
I create a package that is set with "inPerson:false", meaning that we will not be doing the inPerson signing ceremony, rather each signer will receive an e-mail link, and the
Forum topic
OneSpan Sign
Hey folks at ESL, great job with the mobile SDK, though I'd like to suggest a couple things you can do to make working with the mobile SDKs a little easier.
Forum topic
OneSpan Identity Verification
Dear Support Team,
Forum topic
OneSpan Sign
I checked the guides and no matter what i do i am getting the error below on postman the url i used was https://sandbox.esignlive.com/oauth .
Forum topic
OneSpan Sign
Hello,
I'll try to explain my problem as clearly as possible.
I work in a company who develop a software in 4D (programming langage)
We sell this software to different client and we would like to integrate eSignLive in our software (that means that the client generate documents in the software and
Forum topic
OneSpan Sign
I have a Logic App that I am using to bulk sign documents in One Span using the Rest API.
I am following the guidelines from this link https://developer.esignlive.com/guides/feature-guides/bulk-sign-for-a-signer/
Everything works great if Person-A creates and signs the documents and is the only re
Forum topic
OneSpan Sign
Hi,
i am trying to integrate our web application with e-signature and display the "package view" for sender in iframe.
What i CAN do and what is working is to obtain a session and build a package view for sender:
private String getRedirectToPackageViewForSender(EslClient eslClient, Authenticatio
Forum topic
OneSpan Sign
I'm trying to load the classic Ui designer view in an iFrame. I have changed the way I'm creating the package to include a sender account.