DocuSign.Api.IdentityVerifications (DocuSign v3.1.1)
View SourceAPI 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
@spec account_identity_verification_get_account_identity_verification( DocuSign.Connection.t(), String.t(), keyword() ) :: {:ok, DocuSign.Model.AccountIdentityVerificationResponse.t()} | {:error, Req.Response.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:identity_verification_workflow_status(String.t): Filters the workflows returned according to status. Valid values: -active: Only active workflows are returned. This is the default. -deactivated: Only deactivated workflows are returned. -all: All workflows are returned.
Returns
{:ok, DocuSign.Model.AccountIdentityVerificationResponse.t}on success{:error, Req.Response.t}on failure