2677 results matched your search criteria
Forum topic
OneSpan Sign
Hi, when I try to create an eWitness account I get this error message: "The Account of this username already exists". What is the procedure for creating a new eWitness account?
Forum topic
OneSpan Sign
Steps to reproduce
1- install mobile OneSpan sign app on Pixel 4xl
2- Click on "login to your account"
3- app crashes, no time to enter any logon credentials
See screenshots.
Forum topic
Intelligent Adaptive Authentication
Hi,
In OneSpan portal we can search a transaction by transaction name. (I have attached a screen shot)
Is there any api in SDK which allows us to search a package by Transaction name?
Thanks,
Kamran
Forum topic
OneSpan Sign
Hello,
Is there a REST API call to GET a zip file containing all packages from the eSignLive account? Main reasons would be for pdf archival of all the transactions flowing through the system.
I'm using Postman and curious what the GET call would be.
Thanks in advance.
Ryan
Forum topic
OneSpan Sign
Hey!
Following our recent integration we've had feedback from some of our users that the page which shows following a user signing is causing some confusion.
Forum topic
OneSpan Sign
` var apiKey = "nulldev88";
$http({
url: "https://sandbox.esignlive.com/api/packages",
method: "GET",
headers: {'Content-Type':'application/json',"Authorization" : apiKey }
}).success(function (data, status, headers, config) {
console.log(data);
}).error(function (data, status, headers, config) {
c
Forum topic
OneSpan Sign
Where can I find a list of all available json properties(key/values) for package submission?
Thanks.
Forum topic
OneSpan Sign
I would like to add a reviewer to my package and enforce a signer workflow, but the reviewer doesn't have to sign anything. Anyone know how I would go about setting this up?
Forum topic
OneSpan Sign
Hi, I am unable to create a package with the JAVA sdk for the attached document. I am getting an eslServerException with a technical message
Forum topic
Intelligent Adaptive Authentication
Hi,
Is there a way to change the package expiry date without re-sending the invitation email?
My current code is