OneSpan Introduces DigipassONE, Bringing a Unified Platform Approach to Authentication Modernization
A new authentication platform helps financial institutions support diverse customer authentication preferences while modernizing at their own pace Learn More
1804 results matched your search criteria
Forum topic
OneSpan Sign
i have created a signature for the owner in UI and map some label which is common for all signers to the owner. i need to update the signature of the owner to zero through code so that the signature will not be visible to other signers . How we can achieve this ?
Forum topic
OneSpan Sign
Hi!
I am having trouble when placing the signature tab location. Here is my code
Signature signHere = SignatureBuilder
.SignatureFor(signer.Email)
.OnPage(Convert.ToInt32(pageNumber) - 1)
.AtPosition(45, 424)
.Build();
As you can see , I specify 424 for the Y axis.
Forum topic
OneSpan Sign
Team ,
Is it possible to add a Holographic Signature ?
Regards
Surya
Forum topic
OneSpan Sign
Can we upload a signature for the sender via API? And use it for future use. So that the sender won't have to do manual signing everytime
Forum topic
OneSpan Sign
Hi
I am unable to add the senders signature image, when creating the sender.
Forum topic
OneSpan Sign
Hello,
I have a form to be signed, inside this form there are 5 signatures for same person or email, can I have one of these signature and keep the other signatures active.
Thanks,
Nehme
Forum topic
OneSpan Sign
We are currently using docusign as our electronic signature system and are in the process of moving over to yourselves.
At present when we create our transactions for signatures, we also send copies to our sales man and internal colleagues so they are able to view the document unsigned.
Forum topic
OneSpan Sign
Hello how are you?
would it be possible via API to call this screen to capture the signature?
I have an application that needs to send the documents, is it possible to add the documents and call an "iframe" of the OneSpan page, to select the signature position?
Forum topic
OneSpan Sign
Hi Team,
I'm aware that there is "autocomplete":false in REST API which is used to enable the "Review Before Completion", I was wondering is there an equivalent way in Java SDK?
Forum topic
OneSpan Sign
Hi, I'm trying to follow the example https://developer.esignlive.com/guides/quick-start/creating-and-sending-a-package-rest/ however there seems to be conflicting information between the required fields listed there and the ones listed on the YAML.