OneSpan Introduces DigipassONE, Bringing a Unified Platform Approach to Authentication Modernization
A new authentication platform helps financial institutions support diverse customer authentication preferences while modernizing at their own pace Learn More
614 results matched your search criteria
Forum topic
OneSpan Sign
I'm trying to place signature using the text anchors in Payload in API Body by referring the blog(OneSpan Sign How To: Using Text Anchors | OneSpan), but I'm getting the below validation error (Currently testign this i
Forum topic
OneSpan Sign
Hi Support,
Please help us to resolve the below error message .
Our Api link :
https://apps.esignlive.com/api/packages/R9JFa-kKlx8kYgD5W7fhjBuZa0Q=/clone
Forum topic
OneSpan Sign
I keep getting the attached error message. When I wait and restart it's usually okay but it's painful that I can only do about 40 - 50 users at one time.
Forum topic
OneSpan Sign
We have a requirement to pass in empty firstname and lastname,
The POST API returns an error when the firstname and/or lastname are blank.
Can that restriction be removed?
Forum topic
OneSpan Sign
https://sandbox.e-signlive.ca/a/admin/eventnotification
Getting error for all our sandbox (Invalid JSON.) and callback URL is Empty
PFA
Forum topic
OneSpan Sign
Hi,
I'm looking for a way to modify a signers first or last name as well as email after they've begun signing documents.
Is this at all possible?
Forum topic
OneSpan Sign
Hi Team,
I need to create a package with an existing unique id (custom id)
while creating a package,
ex for package payload
{
----------
"name": "TEST-Package",
"id":"1234dsfhsddfdfsghjgsdgs",
Forum topic
OneSpan Sign
Hi,
I been trying to get status' for my packages, but i am hitting a wall.
I am running the following using the owner API Key and attempting to retrieve packages that are owned by a separate sender:
/api/packages/:packageId
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
Hi, I'm getting an error for invalid email when I uploaded a bulk file. I checked the emails and they are correct. Can you help me with this?