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
2848 results matched your search criteria
Forum topic
OneSpan Sign
Hello,
I am trying to fill PDF form and upload and then change status to SENT to publish it. But Status SENT is not working. I am facing issue with that. It give error "The requested URL returned error: 400 Bad Request".
I am able to fill PDF form and create a package with a draft in the account.
Forum topic
OneSpan Sign
I have a client who is using REST API to create package.
Forum topic
OneSpan Sign
Guys,
I am looking at the documentation for sending documents to a vault and was wondering if anyone had any examples for me to view.
https://docs.esignlive.com/content/c_integrator_s_guide/rest_api/package_settings_for_digital_lending.htm
Forum topic
OneSpan Sign
Hello!
How to set days when translation will expired.
Thanks
Forum topic
OneSpan Sign
We have a need to create a transaction entirely programmatically without displaying any type of UI. To my knowledge this is possible through the use of templates.
Forum topic
OneSpan Sign
Guys,
Is there a way to modify the printed date that is captured when a signer signs a document?
Forum topic
OneSpan Sign
Hi,
I have two login with two different email id.
I want second email id as a member in my first email login.
It is not allowing and saying this email has already an account, I am sending invitation from my first login account to make second email as Member.
Thanks
Forum topic
OneSpan Sign
Using the Java SDK, is there a way to retrieve the HttpClient to add a connection request timeout (ie. for instances where OneSpan may possibly be down)?
Thanks!
Forum topic
OneSpan Sign
Hello,
How do you populate a field when creating a package from a template? I don't want to define the field location in my code. Instead I need to simply pass along the value that should appear in the correct location.
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