367 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
in the account setting for the below resource, can I put '"$RECIPIENT_NAME;" as the variable there? if so, could you please provide the sample?
Forum topic
OneSpan Sign
I'm using text tag extraction to place a required text field like this:
{{*esl:signer1:textfield}}
Forum topic
OneSpan Sign
Step 1: Create a field that will store the automation URL.
In this step, you must create a field in the object (Account, Contact, Opportunity, etc) that will store the Automation URL.
Forum topic
OneSpan Sign
My company is working on a mobile application (android & iOS) that handles roommate agreements. We are generating PDFs from HTML and were hoping that the eSignLiveSDK would be a turn key solution to adding eSignatures to the experience.
Forum topic
OneSpan Sign
Hi,
We are seeing very slow performance - both in API responses as well as trying to use the web UI. The API is also sporadically returning us 500 errors.
Forum topic
OneSpan Sign
Generated URL with below code is not working.
String userAuthToken = eslClient.getAuthenticationTokensService().createSenderAuthenticationToken(packageId.toString());
String URL = String.format("https://sandbox.esignlive.com/auth?senderAuthenticationToken=%s&target=https://sandbox.esig
Forum topic
OneSpan Sign
Hi OneSpan Support Team
We're looking to enable 2-way SSL between our application and OneSpan using the Java SDK. Can you please provide some guidance on:
Forum topic
OneSpan Sign
With this https://www.esignlive.com/blog/e-signlive-how-to-setting-up-callbacks/ , it looks like callbacks can be setup via code rather than through the eSign Admin UI. Do you setup this callback each time a package for is created?
Forum topic
OneSpan Sign
Dear, When we are creating a new package with the .net SDK we need to know if the template has any roles that have attachment requirements. Sofar I can see is this information not mapped when we make a request.