1963 results matched your search criteria
Forum topic
OneSpan Sign
I get the error below when I try to run code, and the template shows my name (even though I'm not a signer) and no docs.
Forum topic
OneSpan Sign
Hello,
Is there a way to find the document in the package on which we received signer_complete or package_complete event?
Thanks,
Sushma
Forum topic
OneSpan Sign
Hello,
I am having some issues when trying to add a document as binary data to a package
Our pdf's are in base64 data so we need to convert this data to binary data but we always get this error when we are trying to create new package(POST /api/packages):
Forum topic
OneSpan Sign
If we find an error in a document after it's sent, can we modify the document if the signer has not yet reviewed/signed it?
Forum topic
OneSpan Sign
In the Audit Trail, when a signer accepts, in the "Other" column it has "Approval:" followed by a string. What is this string?
Thanks.
Forum topic
OneSpan Sign
I am getting an error that does not allow me to send my document and I believe is due to a limit on the contact's title.
"Error: Please enter a shorter title"
Forum topic
OneSpan Sign
Code:
.withValidation(FieldValidatorBuilder.regex("^\\d{2}/\\d{4}$").required().withErrorMessage("Please enter a valid retirement date (MM/YYYY)"))
Forum topic
OneSpan Sign
Guys,
Do you guys offer any kind of javascript web hooks that can be used to capture when a signer signs a document or any other event?
Forum topic
OneSpan Sign
I do not want to display the decline and optout buttons to the signers. please share me the spec details how to send in request.
Forum topic
OneSpan Sign
In the designer of a package, there is a checkbox "Accept only" for a signer. How can I set this to true using the .NET SDK?