My company has an OneSpan account to request customer's e-signatures consistently.
- Read more about How to get a signed document list in a specific period
- 1 comment
- Log in or register to post comments
- 16 views
My company has an OneSpan account to request customer's e-signatures consistently.
Hi,
I am testing the field_validators_c#.cs code from your website but I am getting an error: {"Could not create a new package. Exception: Unexpected character encountered while parsing value: <. Path '', line 1, position 1."} OneSpanSign.Sdk.OssException
The code runs successfully using my sandbox account with the following changes made:
Added
using OneSpanSign.Sdk;
using OneSpanSign.Sdk.Builder;
and removed
using Silanis.ESL.SDK;
using Silanis.ESL.SDK.Builder;
Used OssClient instead of EslClient.
Hi,
I am using text tag extraction feature and adding signer dynamically and without adding approval code was working fine. But now it is breaking and throwing error Could not send the package. Exception: The remote server returned an error: (400) Bad Request. HTTP POST on URI https://sandbox.esignlive.com/api/packages/GMIDN3a4cS_vsgPlT2__X8vjRL4=. Optional details: {"messageKey":"error.validation.sendPackage.noApprovals","message":"Cannot send package without approvals.","code":400,"name":"Validation Error"}.
Hi guys,
We’re using the Silanis.ESL.SDK implementation of your API services and a big part of the services are implemented on PRODUCTION already. Right now, we’re working adding the feature to request Personal Certificates from the Signer. This implementation is giving us some 500 error that give no information about the reason.
Hi,
Is it possible to retrieve Signature Dates for all signers in a completed package?
Thank You.
Sender sdr = new Sender();
AccountService accountService = new AccountService();
sdr = accountService.GetSender("##########");
Trying to instantiate accountService causes CS1729 'AccountService' does not contain a constructer that takes 0 arguments. There is no info in Object browser indicating what are possible constructors for "AccountService" class.
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.
HI,
How should I get package Id in E-sign call back? I am working with .NET MVC.
Thanks,
Baskar G
We have integrated with OneSpan using your .Net SDK (version 11.12.0.0 ). We are experiencing a scenario where we have a transaction has 1 document, 1 recipient and 1 attachment request. The document is signed and the user uploads an attachment. The sender rejects the attachment. If the sender then tries to edit the transaction, we are getting the following error:
Hi,
Is there any feature in OneSpan (.NET SDK or manual download by owner), that lets the package owner download multiple signed docs from the same package as one single PDF?
I want to leverage the feature of restricting each document's visibility to only its signers, but still have the ability to have a single signed PDF containing all the docs from the package.
Regards,
Anupama