Sowmya

Enforcing capture signature

0 votes
Hi, Is there an option to enforce the signature capture in the package and the signature level? Thanks

Reply to: Enforcing capture signature

0 votes
Hi Sowmya, Yes, "Enforce Capture Signature" can be enabled at either account, package or the signature level. For the package level, it's a signing ceremony settings under the "settings" -- "ceremony" -- "enforceCaptureSignature", a sample package JSON could look like below:
{
  "status": "SENT",
  "language": "en",
  "type": "PACKAGE",
  "name": "Example Package",
  "autocomplete": true,
  "description": "New Package",
  "documents": [
    {
      "approvals": [
        {
          "role": "Role1",
          "fields": [
            {
              "page": 0,
              "top": 100,
              "subtype": "FULLNAME",
              "width": 200,
              "height": 50,
              "left": 100,
              "type": "SIGNATURE"
            }
          ]
        }
      ],
      "name": "Test Document"
    }
  ],
  "emailMessage": "",
  "roles": [
    {
      "id": "Role1",
      "signers": [
        {
          "company": "OneSpan Sign",
          "email": "[email protected]",
          "firstName": "1.firstname",
          "lastName": "1.lastname"
        }
      ]
    }
  ],
  "settings": {
    "ceremony": {
      "enforceCaptureSignature": true
    }
  }
}
You can also contact our support team ([email protected]) to modify the default setting value, under your account. For the signature level setting, go check this guide Enforce Capture Signature Duo

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off