283 results matched your search criteria
Forum topic
OneSpan Sign
Hello,
We have decided to utilize the event notifier to allow us to manage an integration with an in-person signing session to help us control our iFrame.
Forum topic
OneSpan Sign
Hello, I am getting the following response, and I believe that I am sending the correct data.
I will copy here the request I am making
request:
{ debugId: 1,
uri: 'https://sandbox.esignlive.com/api/packages/oGGmH-MrSdWrf3hPBMirqiiCgG8=/documents/b98bb1fa64f49dc9003b230c401426c9cf86be
Forum topic
OneSpan Sign
Hello all,
My goal is to enable an admin person to easily assist with a signature package (they will be the sender) but where the admin person is strictly the sender and will never be a signer.
Forum topic
OneSpan Sign
I'm sending transactions on behalf of other users through the API.
I have the users set up with Role Sender. I was able to successfully send on their behalf in our testing onespan environment.
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
I have a document that has got like 200 fields.
Forum topic
OneSpan Sign
I'm thinking there MIGHT be a bug but wanted to post here before claiming that entirely. I'm using the latest .NET SDK.
Simple example is this:
1 document, 1 signer , 1 signature.
Prior to the signature there are two radio buttons.
Forum topic
OneSpan Sign
Hi there, when using API to pull data in using "from" / "to" parms, is the only way to control pagination via limiting data requested or do some API's have explicit pagination. Sample below is from Facebook API as an example.
],
Forum topic
OneSpan Sign
Using the code below I only get 1 package back, but I can tell I should be getting multiple packages with multiple senders based on the date range. Can someone please tell me what I'm doing wrong? I don't see it? Thx
Forum topic
OneSpan Sign
I read the following blog post:
https://www.esignlive.com/blog/esignlive-setting-reminders
And tried setting up reminders in my initial POST request that creates a signing package. It's not working. ESL creates the package with no error messages but the reminders never get sent.