373 results matched your search criteria
Forum topic
OneSpan Sign
Hi there,
I'm using the .NET integration guide found here to create a package:
https://docs.esignlive.com/content/c_integrator_s_guide/sdk/a_introduction/getting_started_with_sdks.htm#Creating_Your_First_Document_Package
When running this portion of the sample code I get the error below:
PackageI
Forum topic
OneSpan Sign
Hi, Good day!
We are configuring KBA authentication and doing it in initial package creation call, it is working fine for kba-us provider while for kba-canada, we are getting the response as postal code and province cannot be empty. what might be the issue? please let us know.
Forum topic
OneSpan Sign
Hello,
I am running into an issue when using a layout that was created with placeholders that specify both an ID and a description. The layout can be successfully created and viewed, but the layout cannot be applied to a package.
Forum topic
OneSpan Sign
I am getting the error below when I filled in a government pdf and send it over to esignlive.
Could you please take a look and let me know what needs to be done here?
Silanis.ESL.SDK.EslServerException: Could not upload documents to package.
Forum topic
OneSpan Sign
I was generating Packages without a problem using my Code but now I am returning the following error when trying to send a new Package.
Forum topic
OneSpan Sign
Hello,
I am new to the OneSpan sandbox and REST APIs/.NET SDK
I have the following scenario and I'm using some CodeShare samples to piece this together:
Forum topic
OneSpan Sign
We are having an intermittent issue with our REST API client. Normally, it posts the signing package create request in DRAFT status, posts the request to add reminders then posts a request to put the request into SENT status.
Forum topic
OneSpan Sign
Guys -
I have a document with 4 signature fields. When I tried to combine the fields for the one signer, it didn't work. Do we have to create a new approval for each new field that we are trying to sign? If not, can I get a JSON Package example of how to do it since mine isn't working.
Forum topic
OneSpan Sign
Hi, please assist with the following issue:
I was able to successfully receive a transaction callbacks and download multiple packages. However, each morning, upon initiating very first transaction I receive "eSignLive Callback failed." email from the server with the following contents (excerpt).
Forum topic
OneSpan Sign
Hello,
I want to download document which is attached to package. I have package Id.
String response = sdk.createPackage(pkg,blobMap);
This above function is returning me package id. But not able to find any function which returns me document id based on document Name.