wahibh | Posts: 2

Multi signer code

0 votes
Can you please point me or send me the link to the API/ SDK code to allow for in-person scenario to toggle between signers. Thanks

mwilliams | Posts: 957

Reply to: Multi signer code

0 votes
So, you want to toggle back and forth as you go through the process rather than have one fill out their portion and then the other fill out their portion?

wahibh | Posts: 2

Reply to: Multi signer code

0 votes
Thanks for the fast reply Michael. Yes exactly for signature collection.

mwilliams | Posts: 957

Reply to: Multi signer code

0 votes
Okay. Let me look into it, however, since this is part of the signature process, I'm not certain this is something you'll access with the API/SDK. It seems like this would be something handled completely by the UI. I'll have to look into it.

mwilliams | Posts: 957

Reply to: Multi signer code

0 votes
If you use the SessionService to create a session token:
SessionToken sessionToken = eslClient.SessionService.CreateSessionToken(packageId, signer);
You can use it with the URL:
https://sandbox.esignlive.com/access?sessionToken=
And you will get the sender signing session, which will allow you to use the "in-person" signing feature of the signing session UI. Hope this helps.

Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off