496 results matched your search criteria
Forum topic
OneSpan Sign
Hi, I am trying to find out how to set the package expiration date through REST API.
I could only find how to do it through SDK, but not through REST API.
Forum topic
OneSpan Sign
I believe this is a change introduced with SaaS 2024-October: Release 24.R6 (11.60). Now when we create a package using: POST https://sandbox.esignlive.com/api/packages
Forum topic
OneSpan Sign
Below is not working
localeLang = new Locale("el"); // Greek
localeLang = new Locale("zh-TW"); // China Traditional
localeLang = new Locale("zh-CN"); // CHina Simplified
I have to add these languages in package. Greek one is also not working.
Forum topic
OneSpan Sign
Hi,
I'm trying to implement Field Injection, but when I post to the payload to /api/packages, I get the following error.
"messageKey" => "error.validation.verifyDocument.hasNeedAppearancesFlag"
Forum topic
OneSpan Sign
Hello,
I am working with .NET SDK. Currently according to my requirement I need to change my enforceCaptureSignature to true for allowing user for multiple time signing. While searching for solutions I found "https://sandbox.esignlive.com/api/packages/{packageId}".
Forum topic
OneSpan Sign
Hi,
I am wondering if there's a back-office setting or configuration option that would force a signer to explicitly sign in every signature box instead of the current behavior - which is to collect the signature once and apply it to all signature boxes.
Thanks in advance for any info you can provi
Forum topic
OneSpan Sign
Hi OneSpan Team - I have gone through the below article and it mentions that the Session Expiry Redirect URL can be configured at Account Level , I have gone through my account and not found any configuration as such.
1)Do we nee to do this setting at the account level OR
2)In the JS code , as on
Forum topic
OneSpan Sign
Hi,
I am trying to create a transaction using a template and when I put myself as one of the signers, the tool displays a message saying that the signature settings for the signer will be removed (see the attached image).
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?