135 results matched your search criteria
Forum topic
OneSpan Sign
We have a template (in sandbox, id "M9fYtj_6L0MKQSYfQ3vAahQn6E8="). I've followed the documentation to attach signers.
We have 3 roles: Insured, SalesAgent, BankAccountOwner.
Forum topic
OneSpan Sign
Hi All
Hoping someone can shed some light on this.
I'm using the esl text tags in a document i'm uploading.
My package json which works fine.
Forum topic
OneSpan Sign
We are trying to add signers to the package that was already sent through the API and keep getting the following exception:
com.silanis.esl.sdk.internal.EslServerException: Could not add signer.
Forum topic
OneSpan Sign
Hello,
As part of retrieving the signatory information for a DocumentPackage we are getting Errors if a particular Signatory(part of various signatories) has not completed the signing.
Forum topic
OneSpan Sign
We've done our initial production rollout of our new feature that includes eSignLive integration - everything is working great, but one of the early feedback items that has come back our way is the desire to do a bit of custom branding around the signing session.
One of the items requested was to p
Forum topic
OneSpan Sign
eSginLive,
I'm getting an object reference error when executing EslClient.ReportService.DownloadCompletionReport() for certain dates.
The last couple of days I’ve received the following exception using the eSignLive api:
Silanis.ESL.SDK.EslException: Could not download the completion report.
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 attempting to create a document that has one signer by email, and 2 signing groups (lets name them Group1 and Group2)
The document has EXTRACTION enabled.
Forum topic
OneSpan Sign
Hello,
Create package API is failing with client app authentication whereas the same works with API key.
I used SDK version 11.34 for client app and 11.15 for API key. Can someone please help wth the below issue?