You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@title='Require Phone Authentication for a Recipient'
11
-
@h1='Require Phone Authentication for a Recipient'
12
-
@message="The envelope has been created and sent!<br/>Envelope ID #{results.envelope_id}."
13
-
render'ds_common/example_done'
9
+
ifresults.to_s == "phone_auth_not_enabled"
10
+
@error_code="IDENTITY_WORKFLOW_INVALID_ID"
11
+
@error_message="The identity workflow ID specified is not valid."
12
+
@error_information="Please contact <a target='_blank' rel='noopener noreferrer' href='https://support.docusign.com/'>Support</a> to enable ID verification in your account."
13
+
render'ds_common/error'
14
+
else
15
+
session[:envelope_id]=results.envelope_id
16
+
@title='Require Phone Authentication for a Recipient'
17
+
@h1='Require Phone Authentication for a Recipient'
18
+
@message="The envelope has been created and sent!<br/>Envelope ID #{results.envelope_id}."
@message='Please activate IDV on your account to use this example.'
13
-
render'ds_common/example_done'
14
-
9
+
ifresults.to_s == "idv_not_enabled"
10
+
@error_code="IDENTITY_WORKFLOW_INVALID_ID"
11
+
@error_message="The identity workflow ID specified is not valid."
12
+
@error_information="Please contact <a target='_blank' rel='noopener noreferrer' href='https://support.docusign.com/'>Support</a> to enable ID verification in your account."
is used to position the signing fields in the documents.
5
6
</p>
6
-
<p>This is an example of an envelope utilizing IDV authentication for multi-factor verification of a recipient. IDV is a service offered by DocuSign that allows your reicpient to upload a photo of a government issued id for verification.</p>
7
7
8
8
<%if@show_doc%>
9
9
<p><atarget='_blank' href='<%=@documentation%>'>Documentation</a> about this example.</p>
0 commit comments