139 results matched your search criteria
Forum topic
OneSpan Sign
Hello Onespan,
I am currently having weird error.
On signing steps, when I click on 'Next' or 'Accept', (Only sometimes) Onespan prevents me to proceed with "Validation Error" (Please refer attached screen capture).
Forum topic
OneSpan Sign
I was investigating the data captured by OneSpan and made available through the REST API and also, if I can use PowerBi to display the data. I am trying to use the completion report API (https://developer.esignlive.com/guides/feature-guides/completion-report/#rest-api).
Forum topic
OneSpan Sign
I have seen references in the documentation to what looks like a timed visual audit trail:
Forum topic
OneSpan Sign
I'm trying to send a document for signature using text extraction. It's working, but it's putting an extra signature field in the document that I don't want.
Forum topic
OneSpan Sign
Hi,
Is there any requirement on the PDF so that Position Extraction is captured by the REST API?
The problem I'm having is that Im working with a 3rd party which delivers a PDF with Signature Fields in the PDF.
Forum topic
OneSpan Identity Verification
Hi,
Forum topic
OneSpan Sign
Hi,
I want to get pdf document.
In POSTMAN
var request = require("request");
var options = { method: 'GET',
url: 'https://sandbox.esignlive.com/api/packages/{packageId}/documents/{documentId}/pdf',
headers:
{ 'postman-token': '731de084-90fd-c0ac-2fff-346723de7315',
'cache-control': 'n
Forum topic
OneSpan Sign
Hi Team,
We have tried SignatureFor method and CaptureFor method we did not find any difference in the behavior (Where CaptureFor is expected to capture the signature for that document again which is not reflected)
Here is the implementation For CaptureFor and SignatureFor
doc.WithSignature(Sign
Forum topic
OneSpan Sign
Hi
In our Web Application, we have a 2 Types of PDF:
1. Templated PDF which our App will merge Data ; The resulting PDF will have the merged data and Fields with the DocumentExtract tags [SignerId#.Capture#]
2.
Forum topic
OneSpan Sign
We have a web UI with the iframe approach for the e-signature ceremony but we appear to lose the signature field when cloning the template.
Our steps are as follows: