918 results matched your search criteria
Forum topic
OneSpan Sign
Reading these two documents:
https://www.onespan.com/blog/onespan-sign-developers-consent-document-vs-default-consent-part1
https://www.onespan.com/blog/onespan-sign-developers-consent-document-vs-default-consent-part-2
Forum topic
OneSpan Sign
Hi there, when using API to pull data in using "from" / "to" parms, is the only way to control pagination via limiting data requested or do some API's have explicit pagination. Sample below is from Facebook API as an example.
],
Forum topic
OneSpan Sign
Hello, I'm attempting to upload a PDF file using :
Upload a New Document through multipart/form-data
Based on this
Forum topic
OneSpan Identity Verification
Dear Support Team,
Forum topic
OneSpan Sign
Hi,
I am trying to use the OSS - Template and Layout Copy Tool to copy a template from my Sandbox test account to our Production account. I enter the Source/Destination API keys and environments and hit Test Connection. I am informed that all API keys are valid.
Forum topic
OneSpan Sign
I've grabbed a completion report and am looping through the packages to archive them.
I've tried the following:
RestClient client;
client = new RestClient("https://apps.e-signlive.com/api");
UrlTemplate template;
template = new UrlTemplate("https://apps.e-signlive.com/api");
St
Forum topic
OneSpan Identity Verification
Hi
We are building out our API calls at the moment and are looking to get details to assist whitelisting
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
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.