661 results matched your search criteria
Forum topic
OneSpan Sign
Hi ,
I am posting below JSON, but its returning 1006 error code and the server repsonse is : Server returned HTTP response code: 400 for URL: https://sandbox.e-signlive.com/api/packages/
************************************************************************** JSON START****************************
Forum topic
OneSpan Sign
Hi,
Does OneSpanSign support both Pascal and Camel casing?
if no, can you pls share what does it support
Thanks
Naresh
Forum topic
OneSpan Sign
I have implemented the designer onespan iframe into our system. I am using laravel for doing this. My question is regarding the sender authentication code which is a single use ?
Forum topic
OneSpan Sign
I am new to eSignLive still in the Sandbox, thought I would explore the QR Code. It doesn't seem to work. I created a package using the WEB UI, and for one signature I placed the signature and also added a QR Code.
Forum topic
OneSpan Sign
Can you please provide an overview of how QR code works? If a QR code is created for an eSign package, is there a time limit for how long the QR code will work? There is a client who wants to print the QR code and scan it with the app at a later date to avoid using a desktop computer.
Forum topic
OneSpan Sign
Can you please point me or send me the link to the API/ SDK code to allow for in-person scenario to toggle between signers.
Thanks
Forum topic
OneSpan Sign
Hi,
Your code samples are not showing on your getting started pages eg:
Creating and Sending a Package (.NET)
Can you fix?
Cheers,
Mark
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
We need to push our signed documents into an eOriginal vault. The instructions say to push it through a "data" field in the API.
Question #1: Location and Procedure
Forum topic
OneSpan Sign
Good day,
We want to remove the exit button from thank you dialog. After contacting support, I've been told that it's not customizable, but there's a workaround by using iframe and notifier. Could anyone share the working example?