View Source DocuSign.Api.IdentityVerifications (DocuSign v1.2.0)
API calls for all endpoints tagged IdentityVerifications
.
Summary
Functions
Retrieves the Identity Verification workflows available to an account. This method returns a list of Identity Verification workflows that are available to an account. Note: To use this method, you must either be an account administrator or a sender. ### Related topics - How to require ID Verification (IDV) for a recipient
Functions
Link to this function
account_identity_verification_get_account_identity_verification(connection, account_id, opts \\ [])
View Source@spec account_identity_verification_get_account_identity_verification( Tesla.Env.client(), String.t(), keyword() ) :: {:ok, DocuSign.Model.AccountIdentityVerificationResponse.t()} | {:ok, DocuSign.Model.ErrorDetails.t()} | {:error, Tesla.Env.t()}
Retrieves the Identity Verification workflows available to an account. This method returns a list of Identity Verification workflows that are available to an account. Note: To use this method, you must either be an account administrator or a sender. ### Related topics - How to require ID Verification (IDV) for a recipient
Parameters
connection
(DocuSign.Connection): Connection to serveraccount_id
(String.t): The external account number (int) or account ID GUID.opts
(keyword): Optional parameters
Returns
{:ok, DocuSign.Model.AccountIdentityVerificationResponse.t}
on success{:error, Tesla.Env.t}
on failure