Openning signing ceremony for in-person signers
Thursday, July 21, 2016 at 05:08amHi,
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_URL); AuthenticationClient authenticationClient = new AuthenticationClient(API_BASE_URL); String signerSessionToken = eslClient.getAuthenticationTokensService().createSignerAuthenticationToken(packageId, signerId1); System.out.println("SessionToken: " + signerSessionToken); System.out.println("URL1: https://sandbox.eSignLive.com/access?sessionToken="+signerSessionToken); String signer1SigningUrl = authenticationClient.buildRedirectToSigningForSigner(signerSessionToken, packageId); System.out.println("URL2: "+signer1SigningUrl);And the output is:
SessionToken: M2IzYWNkYTQtYWM2MS00MTU1LWEyYmItNjkyOWE2MjEwMzM3 URL1: https://sandbox.eSignLive.com/access?sessionToken=M2IzYWNkYTQtYWM2MS00MTU1LWEyYmItNjkyOWE2MjEwMzM3 URL2: https://sandbox.esignlive.com/auth?signerAuthenticationToken=M2IzYWNkYTQtYWM2MS00MTU1LWEyYmItNjkyOWE2MjEwMzM3&target=https%3A%2F%2Fsandbox.esignlive.com%2Fpackages%2FifEMMhnNMQU3m4OPX_6IXeLZNMQ%3D%2FsignThanks for your advice.
Reply to: Openning signing ceremony for in-person signers
Thursday, July 21, 2016 at 09:47pmReply to: Openning signing ceremony for in-person signers
Friday, July 22, 2016 at 04:59am