To Enable Accept only feature via JSON
Wednesday, October 23, 2019 at 05:45amHi,
I want to enable the 'Accept Only' feature for the 1st signer. But I am unable to find the JSON object for the same.
Kindly assist.
OneSpan Introduces DigipassONE, Bringing a Unified Platform Approach to Authentication Modernization
A new authentication platform helps financial institutions support diverse customer authentication preferences while modernizing at their own pace Learn More
Reply to: To Enable Accept only feature via JSON
Friday, October 25, 2019 at 06:01amReply to: To Enable Accept only feature via JSON
Wednesday, October 23, 2019 at 06:25am{ "approvals": [ { "role": "signer1_role_id" }, { "role": "signer2_role_id" } ], "index": 1, "id": "document_id", "name": "Sample_consent", "isConsent": false/true } The "isConsent" indicates whether this document is a default consent or normal accpet-only document. There can be only one default consent document in a package.You can use this payload during package creation or to upload a new document afterwards. But here's few facts you would be interested to know: (1)you can't have other signatures or fields in an accept-only document. (2)you can only add signer 1 to this document, other signers will be considered as reviewers. On top of that, if you don't want signers to view this document, you can set up document visibility to this particular document. Let me know if I've misunderstood you. And hope this could help! DuoReply to: To Enable Accept only feature via JSON
Thursday, October 24, 2019 at 01:21amReply to: To Enable Accept only feature via JSON
Thursday, October 24, 2019 at 04:34amReply to: To Enable Accept only feature via JSON
Thursday, October 24, 2019 at 07:28pmReply to: To Enable Accept only feature via JSON
Wednesday, November 6, 2019 at 01:28amReply to: To Enable Accept only feature via JSON
Wednesday, November 6, 2019 at 04:10am{ "emailMessage": { "content": "Note: Please do not sign the document." }, "name": "Tejaswi Pable", "type": "SIGNER", "signers": [ { "name": "Tejaswi Pable", "id": "Reviewer", "language": "en", "auth": { "scheme": "NONE", "challenges": [] }, "firstName": "Tejaswi", "lastName": "Pable", "email": "your_sender_email", "signerType": "ACCOUNT_SENDER" } ], "index": 1, "id": "role9", "attachmentRequirements": [] }And the email should resemble the followingReply to: To Enable Accept only feature via JSON
Thursday, November 7, 2019 at 12:11amReply to: To Enable Accept only feature via JSON
Thursday, November 7, 2019 at 03:35amReply to: To Enable Accept only feature via JSON
Monday, November 11, 2019 at 11:20pmReply to: To Enable Accept only feature via JSON
Tuesday, November 12, 2019 at 03:18amReply to: To Enable Accept only feature via JSON
Wednesday, November 13, 2019 at 02:32amReply to: To Enable Accept only feature via JSON
Wednesday, November 13, 2019 at 03:38am