913 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
I have a requirement where I need to get the signing URL like shown here http://docs.esignlive.com/content/c_integrator_s_guide/rest_api/signing_url.htm
I able to successfully get the signing URL, this URL will then be embedded in another system for use.
As a result, I need to stop the eSL emai
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.
Forum topic
OneSpan Sign
I use your example to test your API.
........
SignerBuilder.NewSignerWithEmail(email1)
.WithFirstName("dejan")
.WithLastName("lukic")
.WithTitle("Pack title")
)
.......
Signer receives email as Reviewer instead as a Signer.
How to actually set the receiver as Reviewer or a Signer?
Forum topic
OneSpan Sign
Hi,
We've a scenario where in we are using the Fast Track feature. The Fast Track template has one document that is signed by two signers.
Forum topic
OneSpan Sign
Hi,
Can we know what all email validations are using ( example:[email protected], .in , .org)
Forum topic
OneSpan Sign
I have a scenario in which multiple signers can be part of same role.
Like role1 has Signer1, Signer2, and Signer3
When this role1 is linked with Document1 to sign at mentioned location, only Signer1 is getting email to do.
Id it possible that all 3 signers in role1 gets email and anyone can do the
Forum topic
OneSpan Sign
Hi,
We are using the following API to retrieve the signer signing url
GET /packages/{packageId}/roles/{roleId}/signingUrl
We are controlling the signing process from within our host application by providing the signing url to the signer as an iframe within our application.
Forum topic
OneSpan Sign
Hi Team,
I have Created a package using "REST API" which has two signers , And when any one of the signer is "Decline" the document the other signer status is also getting "Decline"
Basically i should get the one signer Decline And another "SIGNING_PENDING"
API URL : https://sandbox.e-signliv