3701 results matched your search criteria
Forum topic
OneSpan Sign
Right now there's the option to update transactions to replace a signer either manually after checking transaction reports or using API https://community.onespan.com/documentation/onespan-sign/guides/feature-guides/developer/adding-updating-and-removing-signers
Forum topic
OneSpan Sign
We can verify when a signer signed all the documents as follow:
Product
OneSpan Identity Verification
OneSpan Identity Verification
Transform financial agreement processes into seamless, secure digital experiences
Forum topic
OneSpan Sign
Where is .WithSignatureStyle(SignatureStyle.HAND_DRAWN)); setup in the code
Forum topic
OneSpan Cloud Authentication
Hi to alla,I need a copy of the legacy documentation about SOAP SDK interface for identikeys appliances.Is it still available?ThanksM
Forum topic
OneSpan Sign
My tests were working fine, until I installed any version of implementation group: 'com.silanis.esl', name: 'sdk', version: '11.28'java.lang.IllegalStateException at DefaultCacheAwareContextLoaderDelegate.java:132
Forum topic
OneSpan Sign
Hi!We are creating a package and sending it to our customers to sign.
Forum topic
OneSpan Sign
I am creating a package with a pdf file and JSON Payload with Package status as 'SENT'. It is creating the Packae successfully in Postman. But when I used the same file and JSON payload in the Apex class and posted the API it gave the response as a BAD request.
Forum topic
OneSpan Sign
I had API code below that used a PullPageSize of 500 and worked fine, but with the OneSpan updates that returns a null pointer. I can use 100 without a problem. Why was the size limited? What is the limit? Using 100 make my retrievals MUCH slower