292 results matched your search criteria
Forum topic
OneSpan Sign
Hi!
I am not able to create new documents using post method from NodeJs server, please find the request and response below
domain: null,
_events: { end: [Function: bound _clearTimeout] },
_eventsCount: 1,
_maxListeners: undefined,
_agent: false,
_formData:
FormData {
_over
Forum topic
OneSpan Sign
You guys have been incredibly helpful, and I know you're bogged down. But I figured I would throw this up here and see what information you can provide. I am getting an Unexpected Error. Our technical staff have been notified and will look into the problem.
Forum topic
OneSpan Sign
The .Net SDK throws exception “Object reference not set to an instance of an object.†When we try to retrieve some data like (Layouts, Sender info, Auditlog) and there is no data.
It would be better if it just return null, instead of going to the exception path.
Thanks,
Forum topic
OneSpan Sign
I use several of my own custom forms and clients applications in my insurance agency. Every form sent will need to have certain data lines such as value of home, limit of liability ,mailing address for my insured,,, filled with different data for each client. How do I do this?
Forum topic
OneSpan Sign
Hello,
I'm trying to create a package with all of it dependencies and documents at once:
if I try a payload as
{
"documents":[
{
"approvals":[
{
"id":"Signature1",
"role":"Role1",
Forum topic
OneSpan Sign
Hey guys,
How do we change the GMT to borrower's time zone in Evidence Summary?
Forum topic
OneSpan Sign
Hi everyone,
We have templates that are created through the Web UI with Custom Field fields on the template. The package is being created based off the template, and certain information about the signer needs to be prepopulated on the form (i.e.
Forum topic
OneSpan Sign
Hi There,
In the integration that I'm doing, I will collect user's data on the Portal that I'm building and by using that data, I will generate a PDF and on that PDF I want to get the user's signature and the signature part has to be inside the application.
Forum topic
OneSpan Sign
When a Document is signed for a given Signer, in the call back notification, I see following information
"name":"DOCUMENT_SIGNED","sessionUser":"SignerID2","packageId":"XXXXXXXXXXXXXXXXXXXXXXXXX","message":null,"documentId":"Document_ID"
if we see, message is coming as null.
Is it possible to get
Forum topic
OneSpan Sign
Greetings
I'm doing some scale testing and I've noticed that I can't programmatically upload data to a textarea using REST if the data is longer than 2100 characters (approximately).