669 results matched your search criteria
Forum topic
OneSpan Sign
Hi!
Do you have anywhere online full REST API documentation with all possible request payload fields defined?
For example, there is a http://docs.e-signlive.com/doku.php?id=es
Forum topic
OneSpan Sign
Hi,
for signer SMS authentication option, does it only send SMS code to the cell phone? if the signer doesn't have cellphone, does it do text-to-voice to a landline?
thanks,
Cindy
Forum topic
OneSpan Sign
Hello,
I am trying to know more about the CallBack URL and notification related for this. Can you please share sample codes C#. To leran more how to use this feature in your system.
Thanks,
Nehme
Forum topic
OneSpan Sign
Hi team!
The email will be sent while the package is created , please see the below codes:
PackageId packageId = eslClient.createPackageFromTemplate(currentTemplate.getId(), newPackage); eslClient.sendPackage(packageId);
How to prevent the email notification?
Forum topic
OneSpan Sign
I tried the using the following but the code is a bit dated.
https://community.onespan.com/documentation/onespan-sign/codeshare/php-web-form-application-example
How to add Signatures required for the document?
Forum topic
OneSpan Sign
I have attached my JSON code.
I need OneSpan to redirect to a success link if possible after signing. I did some searching and found that instead it would be a button to go to the success page but a redirect is preferred.
Forum topic
OneSpan Sign
Is it possible to use a signature pad with written signature using the OneSpan web site? The examples I have seen are all click-to-sign. Any Java code examples you can point me to?
Thanks
Forum topic
Intelligent Adaptive Authentication
Hello,
I have an issue in IAS integration with AD.
I can't add AD users to IAS
for event logs i got below error:
{Error Code: '(-30)' ; Error Message: 'Failed to search on and/or bind to LDAP server(s)'}}
Forum topic
OneSpan Sign
I saw an earlier post indicating that Bounce events are not accessible through the API. Can this be confirmed? If so, is there a suggested way to deal with this through code in the scenario that the listening service is offline at the time of the event? Thanks in advance.
-Keith
Forum topic
OneSpan Sign
I am looking for a C# code that will allow me to to add a signer in an specific page but the signing has to be optional. So when they sign the document it will be complete even though they forgot to sign in one page because it was not require it was optional.