917 results matched your search criteria
Forum topic
OneSpan Sign
When requesting a signer session token via REST API, we pass the packageId and signerId. How does the signerId: [email protected] match up with the json package?
Forum topic
OneSpan Sign
One of our clients tells us they want us to capture the IP of the signer. While we could make our best attempt to do this through our application, I can concerned about remote signing since this is not under our control.
Forum topic
OneSpan Sign
Hello,
I am working in integrating your esignlive API in PHP. I have got the form and code working. What I'm trying to do next is to add multiple signers on a form.
Forum topic
OneSpan Sign
We suggest adding the ability to create custom attributes for a signer, as we can do for packages and documents. For our workflow, it is important that a signer have a role. We are currently storing these as document package attributes, but it is a bit cumbersome.
Forum topic
OneSpan Sign
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
Forum topic
OneSpan Sign
Does the signer need to be split into first name and last name in the package? Or is it possible to pass in the full name to the package?
Forum topic
OneSpan Sign
Hi!
I am using the SDK to create a ceremony with a custom signer id and I need to use the signer's email.
The SignerBuilder.withCustomId(String) method's javadoc says the following:
Forum topic
OneSpan Sign
On OneSpan Sign, if I am a delegate for a user and I decide to sign a form on behalf of the user, who's name appears on the form signature? Is it my name or the user I am delegate to?
Forum topic
OneSpan Sign
Hello,
I am looking through the Java SDK for a way to programmatically lock a signer, I've attempted to use the PackageService.updateSigner() method but found that it won't update the locked flag on the sender object.