Skip to content

Commit 30dd7aa

Browse files
authored
Update eg023_idv_authentication.html
1 parent 7c0edab commit 30dd7aa

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

app/templates/eg023_idv_authentication.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
<!-- extend base layout --> {% extends "base.html" %} {% block content %}
22

3-
<h4>23. Require Id verification (IDV) for a Recipient</h4>
3+
<h4>23. Require ID verification (IDV) for a recipient</h4>
4+
<p>
5+
Sends an envelope that requires the recipient to upload a government-issued ID for the purpose of multifactor authentication.
6+
</p>
47
<p>
58
The envelope includes a pdf document. Anchor text
69
(<a href="https://developers.docusign.com/docs/esign-rest-api/esign101/concepts/tabs/auto-place/">AutoPlace</a>)
710
is used to position the signing fields in the documents.
811
</p>
9-
<p>
10-
This is a general example of creating and sending an envelope (a signing request) using ID Verification for Recipient Authentication.
11-
</p>
12+
1213

1314
{% if show_doc %}
1415
<p><a target='_blank' href='{{ documentation | safe }}'>Documentation</a> about this example.</p>

0 commit comments

Comments
 (0)