Hi,
Is there an option to enforce the signature capture in the package and the signature level?
Thanks
December 19Created
January 21Last Updated
5 years agoLast Reply
1Replies
83Views
2Users
0Likes
0Links
Duo_Liang | Posts: 3777
Reply to: Enforcing capture signature
Thursday, December 19, 2019 at 04:21am
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:
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
Reply to: Enforcing capture signature
Thursday, December 19, 2019 at 04:21am{ "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