316 results matched your search criteria
Forum topic
OneSpan Identity Verification
There is any specification about the fields that came on the response body of this service?
At the documentation, we only can see an example, but we need to know, at least, the fixed fields in order to do some mapping from the information that is extracted from the document validation.
Forum topic
OneSpan Sign
Hello!
I have a questions about your eSignLive product. Can be integrated externally using REST API?
Forum topic
OneSpan Sign
Hi
In the callback setup example prorgram
My callback URL is given in the following variable
private static final String URL = "http://my.url.com";
Can I add a port number to this URL?
Will the URL below be a acceptable to Silanis for a callback.
Forum topic
OneSpan Sign
Hi
How can i find out from the object docs if a field is mandatory or optional.
For example Firstname is mandatory for creating a signer , but the docs dont seem to indicate that it is.
Forum topic
OneSpan Sign
Hi,
After signatures, my pdf size is increased a lot. For example, before taking signatures, my pdf size is 541 kb. But after signatures, the pdf file size in 1.94 Mb. What are the reasons behind this and how can we reduce the size?
Forum topic
OneSpan Sign
Hello!
I would like to know if there is any endpoint within the REST API to which I can send a parameter and get a list of transactions whose name contains that parameter.
For example: https://sandbox.esignlive.com/api/packages?filter=FILTER_NAME_TRANSACTION
Forum topic
OneSpan Sign
Hi,
How OneSpan extract the text tag field from PDF?
for example: for Acrofield PDF, we are using itext to read acrofield as PdfReader.getAcroFields().getFields(), do you know how to read text tag using itext? or using different jar?
thanks,
Cindy
Forum topic
OneSpan Sign
I know there is a tool to copy templates and layouts between users. I want to add that ability to my own tool we have for our help desk. Is there an example of how to do this in .NET that already exists?
Forum topic
OneSpan Sign
Hi all,
What would you recommend to use for a production application, Java SDK version: 11.33 or API calls.
Am I asking this because checking and testing the SDK seems like sometimes it fails and it has some examples?
Forum topic
OneSpan Sign
I need to query for packages that changed status (e.g. completed, expired, opted out, sent) within a given time frame. For example, I may want to query for all packages that expired since yesterday, regardless of when the package was created.