95 results matched your search criteria
Forum topic
OneSpan Sign
Hello, We have integrated our salesforce application with onespan using APEX SDK.
Forum topic
OneSpan Sign
Hi,
How can i use SDK to set multiple signature block on the same document for a single signer and the values to be passed dynamically.
I have a list of coordinates which specify the position and size of my signature block for a single signer on a single document.
Forum topic
OneSpan Sign
Hi team,
In our current implementation, the email notifications for package completion event are meant to be sent for each signer, and CC to the package owner by default. For example, if you have two signers, then the package owner will receive two notifications in total as it is meant to be.
Forum topic
OneSpan Sign
Hey team,
I noticed that you provide a signing status function to get signing status per signer:
com.silanis.esl.sdk.SigningStatus signerStatus1 = eslClient.getSigningStatus(packageId, new SignerId(signerId1), null);
But the concern here is, we don't want multiple calls to get signing status all re
Forum topic
OneSpan Sign
The “packageID” seems fine, works for other API call but “SignerID” from Evidence Summary does not seem to be recognized. Its confusing as items are referred to by multiple names, e.g. PackageID appears to be the same as Signing CeremonyID and Transaction.
Forum topic
OneSpan Sign
It seems that there is no event notification for when an email is blocked. Say an email is used multiple times for a signer and that email bounces. Eventually it gets caught by OneSpan and is now "blocked" if that email is again used for a signer.
Forum topic
OneSpan Sign
I need my users to be able to sign multiple documents with a single click. Every month we generate hundreds or even thousands of similar documents that need to be signed by the same two people in our organization.
Forum topic
OneSpan Sign
Hi,
In the CA sandbox environment we ran into the following error when uploading a package using the .NET SDK. The package had multiple signers with the same email address. As OneSpan now supports signers with the same email, we were not expecting to get any errors.
Forum topic
OneSpan Sign
Hi,
I am using spring boot rest template to create onespan package. I am trying to upload multiple files under key word "file" and json structure as "payload".
But I am getting 400 bad request. I have also checked whether the byte array is base64 encoded or not.
Forum topic
OneSpan Sign
Hello, I need some tips to get me started with an upgrading to SDK 11.41 from a very old version. I was not involved in the original implementation, and I am lacking knowledge of what the platform provides.