922 results matched your search criteria
Forum topic
Intelligent Adaptive Authentication
Hi,
I am getting following error when I am trying to download Package Document Data.
Forum topic
OneSpan Sign
Hi,
We create a package from our Salesforce API and redirect the user to the signing URL in case of in-person signing.
Is it possible to remove the "Exit Signing" option from the "More Actions" menu?
Forum topic
OneSpan Sign
Can a checkbox or radio button be "checked" or selected by sending a value in the JSON payload? We are having trouble getting a checkbox to show up as selected or checked. Text fields work fine. We have sent values for the checkbox such as "X", "1", "true", "on" and nothing works.
Forum topic
OneSpan Sign
I had API code below that used a PullPageSize of 500 and worked fine, but with the OneSpan updates that returns a null pointer. I can use 100 without a problem. Why was the size limited? What is the limit? Using 100 make my retrievals MUCH slower
Forum topic
OneSpan Sign
We use Salesforce with OneSpan. We are using API integration to merge field values from salesforce into OneSpan template fields.I have a Salesforce field that is a Rich Text Area field, formatted as HTML.
Forum topic
OneSpan Sign
Hey there,
i was following this guide (https://www.esignlive.com/blog/esignlive-how-to-creating-a-simple-php-web-application/) and I´m always getting Unauthorized Access as a respond.
Forum topic
OneSpan Sign
As we're building out our production environment, I've realized we may have an issue with several environments using the same instance of onespan when we are utilizing the event api integration.
Forum topic
OneSpan Sign
Hi,
Could you please let us know what limits does esignlive put on the files being uploaded for digital signing?
- size of file in MBs
- # of pages in a given file
We've observed that we've a 2.6mb file with about 200 pages and it won't upload via the UI or via the API route.
thanks
Neel
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.