339 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
I am trying to resolve an issue when using iframe to load the inPerson (where all parties can sign in same URL) signing URL in tablet (iPad) Safari. I wonder if there anybody facing this same issue before and have the solution for it.
Forum topic
OneSpan Sign
HI,
I am trying to integrate designer view in my app through this link
https://developer.esignlive.com/guides/feature-guides/designer/
"https://sandbox.esignlive.com/api/authenticationTokens" works fine and getting authentication value but when I send request to following api I am getting "Unauthori
Forum topic
OneSpan Sign
Hi,
i have a problem when trying to generate a URL with sender authentication token to package view.
When i do that on old-instance (sandbox.e-signlive.ca) its working fine.
But when i do that on new-instance(sandbox.esignlive.com) its not working fine reps the UI looks the old way.
Is there a w
Forum topic
OneSpan Sign
Hi there
I'm just starting out with eSignLive and running through the .NET SDK samples.
All the sample code I've tested so far executes fine except for the URL created for the Designer View.
Forum topic
OneSpan Sign
Hi,
I am trying to find my API Key that is mentioned in the following step by step guide.
https://developer.esignlive.com/guides/quick-start/creating-and-sending-a-package-java/
The first few lines define your connection information for eSignLive.
public static final String API_KEY = "";
public st
Forum topic
OneSpan Sign
Hi,
We found that there are two ways to get signing ceremony URL for signers, and they both seem to work, but not sure which one is the right way of doing it or if one approach is preferred over the other and why.
Here is a sample code:
EslClient eslClient = new EslClient(API_KEY, API_U
Forum topic
OneSpan Sign
Hi
I have been playing with embedded signing URL generations lately and originally learned from this blog post that " Once you’ve gotten an authentication token, the next step is to build the fol
Forum topic
OneSpan Sign
I was running the Copy tool to copy two templates Michigan Treasury Power of Attorney and Michigan Treasury Power of Attorney with Spouse and I keep getting this error. I tried copying All templates and 37 of 41 did copy over successfully.
Forum topic
OneSpan Sign
Hi,
we create a package through REST call(https://sandbox.esignlive.com/api/packages) and upload the files to them incrementally with separate REST calls(https://sandbox.esignlive.com/api/packages/{packageId}/documents).