Shailendra1801

Multiple Capture tag for same person

0 votes
Hi, As per my requirement, I need to provide 2 different capture tag for same person. One for full signature and another for "Paraph sign" (Small sign which contains only initial) Right now I am using below signature tag for one sign: esl:signer1:capture:size(150,50) is there any way to implement this feature ?

Approved Answer

Reply to: Multiple Capture tag for same person

1 votes
Hi Shailendrasinh, For current, if you want to achieve your goal in one call, yes, I think you'd have to do the "create package" function in REST way. (But only be needed in this function as I believe SDK would make your coding experience better) In future 11.18 version, there's some enhancement on "enforceCaptureSignature" feature, here's the release note. But not pretty sure whether there's corresponding change in SDK design. Would definitely let you know if anything is updated. Hope this could help you! Duo

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Reply to: Multiple Capture tag for same person

0 votes
Hi Shailendrasinh, To implement another Capture tag, you only need to use the tag again at the position you want. esl:signer1:capture:size(width,height) But I think your problem is, if you duplicate your tag, in signing ceremony, once one capture box is signed, another one would be injected with handdrawn directly. To forbid that from happening, you'd enforce signers to capture their signature every time in a package. This is an attribute field in your ceremony settings: "enforceCaptureSignature": false By default, it’s false. You can contact [email protected] to set enforce capture on your account. Or you can set this attribute in your request payload on a transaction by transaction basis:
"settings":{
     "ceremony":{
          "enforceCaptureSignature": true
     }
}
I think this setting is currently not available in SDK, so you may need to (1)create your package and leave it "DRAFT" (2)make a REST api call to change the setting (3)send your package Hope this reply could help you! Duo

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Reply to: Multiple Capture tag for same person

0 votes
As per your reply "enforceCaptureSignature" is not available with .NET SDK, so do I need to change my approach from .NET SDK to REST API ?

Reply to: Multiple Capture tag for same person

0 votes
Is it possible to share release date for version 11.18, so that I can plan according to it ? Because it's really important to us.

Reply to: Multiple Capture tag for same person

0 votes
Hi Shailendrasinh, Sure, you can find the release date in our Trust Center. And from the release note, the enhancement is: "enforceCaptureSignature" can be set in signature level. While not sure whether this can be done by C# SDK or if yes, when the SDK will update this feature. Duo

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Reply to: Multiple Capture tag for same person

0 votes
Hi Shailendrasinh, Version 11.18 has been released in Sandbox Environment, and 11.18 SDK also released at https://docs.esignlive.com/content/c_integrator_s_guide/sdk/a_introduction/getting_started_with_sdks.htm#eSignLive_.NET_SDKs And the "enforceCaptureSignature" function is both enabled at package level and signature level. Just let you know first and I will gradually add some blogs and guidance for this. Hope this could help you! Duo

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Reply to: Multiple Capture tag for same person

0 votes
I have update my DLL can you please tell me where and how I need to set this "enforceCaptureSignature" value to true?

Reply to: Multiple Capture tag for same person

0 votes

Hi Jinal, Thanks for your posting and let's move the discussion to your new thread. :) 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