292 results matched your search criteria
Forum topic
OneSpan Sign
I'm trying to send a new document in a package that has the status: Draft
But I get the error response
Forum topic
OneSpan Sign
Hi,
Just a little bit of background first on what my objective is:
We have a Web Application for Institutions used by their staff (brokers). The Application which creates legal forms with merged data in PDF. The final output is a combined set of legal forms with merged data from the back end.
Forum topic
OneSpan Sign
Hi,
I am using spring boot rest template to create onespan package. I am trying to upload multiple files under key word "file" and json structure as "payload".
But I am getting 400 bad request. I have also checked whether the byte array is base64 encoded or not.
Forum topic
OneSpan Sign
Hello gurus.
I hope you can help me.
I'm trying to create a new package in sandbox.esignlive.com, but when I try to upload the document I'm getting: HTTP/1.1 415 Unsupported Media Type
Basically I'm trying to reproduce the same calls as you are making in your PHP example, so:
1) I'm creating a pack
Forum topic
OneSpan Sign
Hello,
I am trying to inject data into a field on a PDF that is uploaded to onespan. I have the field in the following format
[Signer1.Capture1.Textfield1]
Forum topic
OneSpan Sign
Hello,
I am trying to inject data into a field on a PDF that is uploaded to onespan. I have the field in the following format
[Signer1.Capture1.Textfield1]
Forum topic
OneSpan Sign
Is there a way to use Silanis SDK to validate the signer's email address prior to actually creating the package? The email validation of the SDK during package creation seems stricter than usual email RegEx validations, and recognizes only a set of valid top-level domains.
Forum topic
Intelligent Adaptive Authentication
Any clues what to complete and where when migration did go well?
I don't know if this is the right place, but...I have test installation of IAS 3.14.xx on Windows 2016. I wanna migrate it to Centos 7 and then upgrade it to 3.21
Forum topic
OneSpan Sign
I am trying to create a package using the REST API through my company proxy, using a system called TIBCO.
My understanding is that we need two types of security:
1. Basic authentication (using the API Key, that we have been given from Silanis).
2. SSL, using Silanis Certificate that downloaded from
Forum topic
OneSpan Sign
I am trying to update the text field inside a document in my draft package via post and/or put api for updating the specified document. The response is coming 200 on sanbox but wheneve I tried to change the value of the text field, it is not changing at all.