OneSpan Sign Developer Community: Enforce Capture, Reporting, and more.

Haris Haidary,

In this blog, I will recap what you might have missed in the Developer Community for the week of September 4th, 2017. Hence, let's get straight to it.

Enforce Capture Signature

In OneSpan Sign, when having multiple capture signatures on documents, the application will only require to draw your signature once. Any subsequent capture signatures will be automatically replicated by OneSpan Sign. However, you have the ability to require your signers to draw their signature on every single capture signature. Though, this feature can only be enabled through the REST API for the time being. Very soon, this feature will be available to set through the SDKs. To enforce capture, you will need to do have the following setting enabled in your package settings:

{
  "settings": {
    "ceremony": {
      "enforceCaptureSignature": true
    }
  }
}

Link to Post

Delegation Report

Elsewhere, you have the ability to retrieve an extensive delegation audit trail for an account in OneSpan Sign. Essentially, if you have delegates in your account, you get a complete history of any changes occurring in your account regarding delegation:

{
  "from": "2016-01-01T00:00:00Z",
  "to": "2017-01-10T00:00:00Z",
  "delegationEvents": {
    "ZQI8k6faVoM8": [
      {
        "eventDate": "2017-01-09T18:35:04Z",
        "eventType": "Updated Delegates",
        "eventDescription": "Set delegates to: John Smith ([email protected]) to delegate on behalf of: Haris Haidary ([email protected])",
        "eventUser": "Haris Haidary ([email protected], from 00.00.000.000) "
      },
      {
        "eventDate": "2017-01-09T19:09:46Z",
        "eventType": "Removed all Delegates",
        "eventDescription": "Removed all delegates for: Haris Haidary ([email protected])",
        "eventUser": "Haris Haidary ([email protected], from 00.00.000.000) "
      }
    ]
  }
}

Link to Post

Removing Download Button

Lastly, you can customize the signing experience in OneSpan Sign. You can, for example, replace the OneSpan Sign logo with your own, customize text, etc. You can also hide several buttons, such as the download button. This way, your signers will not be able to download the signed documents once they have completed signing. From the link below, you can find a complete list of what you can customize in the signing experience. Link to Guide If you have questions regarding this blog or anything else concerning integrating OneSpan Sign into your application, visit the Developer Community Forums: developer.esignlive.com. That's it from me. Thank you for reading! If you found this post helpful, please share it on Facebook, Twitter, or LinkedIn.

Haris Haidary Technical Evangelist LinkedIn | Twitter