317 results matched your search criteria
Forum topic
OneSpan Sign
Hello,
I would like to get the Evidence Summary of a completed transaction in Java.
Forum topic
OneSpan Sign
We have an application that opens an overlay that contains the iframe for esigning (this is all happens in React SPA app). From what I can tell the handOver url will only redirect within the iframe containing esign.
Forum topic
OneSpan Sign
Hello,
When we create a package and send it to OneSpan, OneSpan sends an email to the customer to inform him/her that there is a document which he/she can sign. In this email, there is also a link to OneSpan where the document is available for signing.
Forum topic
OneSpan Sign
I am also finding it difficult to set the correct href. When I use the example 'www.google.com' when the button is clicked it has a query string attached. When I use a my own url urlencoded spaces are inserted or it redirects to esignLive's sandbox url and comes back with no transaction found.
Forum topic
OneSpan Sign
Is it possible to send multiple documents via one API call and one transaction?
This is similar to the code in the example, can I just append each file to a new form for the MultipartFormDataContent?
ByteArrayContent content = new ByteArrayContent(fileByteArray);
c
Forum topic
OneSpan Sign
Hello,
We started integration with oneSpan and our applications and we are now facing issue with callback notification service.
We have 2 applications which can initate signing process in oneSpan (sales app and hr app). Both has different client apps key configured.
Forum topic
OneSpan Sign
dear team, can i use the Adhoc tool to create a bulk transaction creation with a CSV file where i can add a field l like Salary that is in the file and is filled in during in the document template field. i was looking at the csv file format and saw
Forum topic
OneSpan Sign
These questions are regarding the Evidence Summaries we have available for each package:
– Does the signer role listed have to be unique regardless of a unique package? Example: Package1 – signer1, signer2; Package2 – signer3, signer4; etc and so on.
Forum topic
OneSpan Sign
I'm having difficulty understanding the inclusion of the callback key described here:
http://docs.e-signlive.com/doku.php?id=esl:e-signlive_guide_event-notification
private EventNotificationConfig eventNotificationConfig;
public string URL = "http://my.url.com";
public string KEY = "abc";
Forum topic
OneSpan Sign
Guys,
We are looking at this page for creating the Auth token for a user.
https://docs.esignlive.com/content/c_integrator_s_guide/rest_api/authentication_tokens.htm?Highlight=user%20authentication#Create
We have to do a POST request to this api call.
/authenticationTokens/user
The documentation