223 results matched your search criteria
Forum topic
OneSpan Cloud Authentication
Hi everyone,
Forum topic
OneSpan Sign
We have a template (in sandbox, id "M9fYtj_6L0MKQSYfQ3vAahQn6E8="). I've followed the documentation to attach signers.
We have 3 roles: Insured, SalesAgent, BankAccountOwner.
Forum topic
OneSpan Sign
Here's the scenario. I have 2 Approvers (For example, Bob and Mary). Bob has just 1 signature field. Mary has a signature field and a Label. Bob signs first. Before Mary signs I programmatically update her Label field so when she goes to sign she sees the Label Value I inserted.
Forum topic
OneSpan Sign
Hi All
Hoping someone can shed some light on this.
I'm using the esl text tags in a document i'm uploading.
My package json which works fine.
Forum topic
OneSpan Sign
Hi
I'm trying to update the STATUS from "DRAFT" to "SENT" but getting an error. Here is my snippet...
Forum topic
OneSpan Sign
Hello,
We have an azure function setup to listen to onespan callbacks which works great nearly all the time, but on the rare occasion we get a failed callback. I supposed there is a number of reasons that could happen. In this specific case the error indicates a timeout exception.
Forum topic
OneSpan Sign
Trying to save signed docs on our server. Looping through the doc collection, Content is null with code bellow:
//retrieve signed package from one span
var pkg = oss.GetPackage(req.PackageId);
Forum topic
OneSpan Sign
A client is receiving an error, they are trying to add a second signer to a package. This second signer will always be the same individual and will be signing after the first signer has signed.
Forum topic
OneSpan Sign
We've done our initial production rollout of our new feature that includes eSignLive integration - everything is working great, but one of the early feedback items that has come back our way is the desire to do a bit of custom branding around the signing session.
One of the items requested was to p
Forum topic
OneSpan Sign
Hi,
I get 400 error code.
I have the sample code below:package RestAPI;
import java.io.BufferedReader;
import java.io.File;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.io.OutputStreamWriter;
import java.io.PrintWriter;
import java.net.Htt