97 results matched your search criteria
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
Hello ,
I am creating few approval fields , where I am passing data in following format :
{
"page":0,
"subtype":"TEXTFIELD",
"width":161,
"binding":None,
"extract":False,
Forum topic
OneSpan Sign
Hello,
I am not sure if this is an issue with the APEX SDK, REST API, or bug in eSignLive. We are using the APEX SDK to create the package + documents in one call from a custom Salesforce page.
Forum topic
OneSpan Sign
My company has a need to retrieve the actual signing stroke data that results from a CAPTURE type signature. It appears that this data is available already, but I cannot find documentation for the format of that data.
Forum topic
OneSpan Sign
Hi ,
Currently we are sending the Value for the date as mentioned below but still getting the date as 2017-04-20 (yyyy-mm-dd) format.
{
"binding" : "{approval.signed}",
"extract" : "true",
"name" : "DateAuthPropIns1",
"subtype" : "LABEL",
"type" : "INPUT",
Forum topic
OneSpan Sign
Is there any way to get the full date and time (with timezone) in the date field (Via document Extracting)?
Forum topic
OneSpan Sign
For integrated signing (e.g.
Forum topic
Intelligent Adaptive Authentication
The sandbox documentation is available in an OpenAPI format. You can simply find it by going to the following URL: https://<tenant-id>.sdb.tid.onespan.cloud/v1/tid-api.json.
Forum topic
OneSpan Sign
I'm trying to validate user input on the front end to match the format of strings that oneSpan will accept for phone numbers. Is there any official documentation for this format?