Forums
I have seen the post regarding the Signingurl from the package. http://docs.e-signlive.com/mc/content/c_esignlive_integrator_s_guide/rest_api/signing_url.htm In this example it is getting the signing url by the following GET method GET /packages/{packageId}/roles/{roleId}/signingUrl How can we get the roleId from. And what do you mean by Authentication required. Do we need to add some extra parameter for Authentication required? Thanks, Sumit
Forums
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 "Unauthorized access" error. https://sandbox.esignlive.com/auth?authenticationToken={userAuthenticationToken}&target=https://sandbox.esignlive.com/designer/{packageId} (https://sandbox.esignlive.com/auth?authenticationToken=ZDY3YjYzN2UtNTY5NS00ZjJjLWEwZmEtNGI3ZTU4NDIyZDRk&target=https://sandbox.esignl
Forums
I have a document that has got like 200 fields. I have made a web page that contains a web form with all those 200 fields. When user submits the form I would want all the fields to be populated in the eSignLive form. Is this possible via eSignLive API without having to post individual field values to eSignLive. I want something like this that could solve by problem document.forms[0].method = "POST"; document.forms[0].action = urlESignLive; document.forms[0].submit(); I don't want something like this where I have type each and every field name in the code .
Forums
Hi eSignLive Team, I am working on an integration between eSign Live and Ebix Inc. Life eApp and in this integration we require to perform in person signature ceremony , and I created a console application in .Net C# and having an issue (Bad Request 400 and Can not deserialize instance of java.util.ArrayList ) while sending multiple PDFs to eSignLive and didn't get the package Id however it worked fine for a single PDF file. Here is the require details which you need to troubleshot this issue: 1. URL : "https://sandbox.esignlive.com/api" where I am posting request for package creation. 2.
Forums
Getting really close to having all my questions answered. Thanks to Mwilliams and Harishadairy for all the help. Hopefully this is the last big issue. I will describe the situation and then you can tell me how best to proceed with the system. We are an organization that issues contracts via a wide range of car dealers (with varying degrees of technical ability, FYI).
Forums
When I signed the document I see 2 popups (I open document in iframe using signing url) First one for confirm "Please click OK to confirm your signatures to this document or click Cancel to review it again before submission"esinglive_1.PNG and second one for completion and redirect"esinglive_2.png" What I want to do is when I click on first modal(confirm) it will redirect where I want without showing second one using nodejs