373 results matched your search criteria
Forum topic
Intelligent Adaptive Authentication
Hi,
I am getting following error when I am trying to download Package Document Data.
Forum topic
OneSpan Sign
Hey,
I'm having trouble with the functionality behind saving/applying layouts in the integrated designer iframe.
Here is the flow of what is happening:
1. The REST API is used to creaete a package with one recipient that has role/id "test"
Forum topic
OneSpan Sign
Is there any limit on the number of documents which we can upload to Eoriginal vault by specifying the vaulting_data.We are able to upload the documents upto 8 in a single transaction but when we try to upload more than 8, we are getting error from the OneSpan APIs.
Forum topic
OneSpan Sign
Is there a way to customize email template variable (specifically $PACKAGE_OWNER_NAME) when we create package using `Clone` rest API ?
Forum topic
OneSpan Sign
When I use the .NET SDK version 11.5, I'm have a problems getting the signerId of package signers.
What I want to do is this:
call the eslClient.GetPackage(packageId) method to get information about an existing package
get an authorization token, by SignerId, for a signer from
Forum topic
OneSpan Sign
Can anyone confirm or deny if Adobe AcroForms are currently supported?
I get the following error when attempting to eslClient.UploadDocument(doc, pkg) :
Could not upload document to package. Exception: The remote server returned an error: (500) Internal Server Error.
Forum topic
OneSpan Sign
Hi,
I was trying the below code snipped
To upload documents to packages,
Forum topic
OneSpan Sign
Is is possible to add a new signer to a document which is already signed?
I tried with below code
PackageId packageId = new PackageId("orB4GBrQKn33YIF6XJFgDMGdkb4=");
ossClient.ChangePackageStatusToDraft(packageId);
Forum topic
OneSpan Sign
I am trying to create one span transaction with package using Apex SDK. But I am receiving this error. I have a placeholder role as "Placeholder1" which I am replacing with a signer in the transaction.