601 results matched your search criteria
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
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
Hi
I noticed there is a method in iOS mobile sdk, allows to sign with session token.
I am wondering if it is possible to use our server API to get that session token from eSignLive server and pass it down to mobile apps?
I know this sounds weird b/c we should have one session token per session (be
Forum topic
OneSpan Sign
Hi
Is the URL below valid for the PROD environment?
https://apps.esignlive.com:8443/api
Can we also use
https://apps.esignlive.com/api
Thanks
Mario
Forum topic
OneSpan Sign
Issues for us and/or esignlive support, ICF Express v38beta
1. I did not see or could not find any KBA signer authentication options in esignlive sandbox widget?
2.
Forum topic
OneSpan Sign
Hi Michael,
I have used the following code to get the urlToDsigner
string userAuthenticationToken = eslClient.AuthenticationTokenService.CreateUserAuthenticationToken();
AuthenticationClient authenticationClient = new AuthenticationClient("https://sandbox.esignlive.com");
string urlToDesigner =
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).
Forum topic
OneSpan Sign
Hello team,
We have a client who was following the example code from this link:
https://www.esignlive.com/blog/esignlive-create-send-package-rest-ruby
They used the Package Definition JSON from this link:
https://developer.esignlive.com/guides/quick-start/creating-and-sending-a-package-rest/
And
Forum topic
OneSpan Sign
Hi,
We have a slight change in our requirement regarding drafts feature in eSignLive. I was unable to find any way to access drafts using the eSignLive android sdk making me believe that it is not supported currently. Currently I have following questions:
1.
Forum topic
OneSpan Sign
Hi,
I am currently running into an issue with utilizing X/Y coordinates to position signature tags for documents in eSignLive.