91 results matched your search criteria
Forum topic
OneSpan Sign
Hello,
Our organization was recently setup with a Sandbox and Production account, and 3 Admin accounts in each environment.
Forum topic
OneSpan Sign
Guys,I am getting this error when trying to update the package status of a package. Is there something going on with the PUT call? I am able to do the other POST calls.url - https://sandbox.esignlive.com/api/packages/{transactionID}
Forum topic
OneSpan Sign
I am running into an issue with my radio button group. I have selected one of the required options but when I try to complete signing I get an error that says "Not all approvals have been confirmed" I have attached a screenshot. Here is my JSON:
Forum topic
OneSpan Sign
I'm working on a document where the signer is answering Yes/No questions, which I have set up as Radio fields (with radio groups) as Yes No options. We have different sections, where if the signer chooses a single Yes option, they need to fill in a text field to provide additional notes.
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
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
Forum topic
OneSpan Sign
The following code does not return the specific error message.
Forum topic
OneSpan Sign
Retrieve a List of Users in an Account
When performing GET the response contains the correct count of senders in my Account but it is only returning 1 sender in the results but shoul
Forum topic
OneSpan Sign
Hello,
Our team has started the integration with eSignLive REST API to create and send packages, sign the documents and get response payload from callback listener.