I am trying to get all available types of identity verficaions in docusign, also their defaultNames, but I never found a documentaion with a full list (see here and here).
I know, that I can use the function getAccountIdentityVerification (see here) to list all available method for a specific account, but it does not give me all supported types.
In my case: I have an app and users have different accounts with different methods, so I need to know all possible methods and thier defaultNames to be able to handle any selection of the users.
The behaviour of my app changes based on the defaultName of the selection.
Any Idea how to get "defaultName" of all available identity verification methods?
Sure thing, here:
"DocuSign ID Verification" - also known as IDV, this is a premium feature, most users won't have it, it costs money per transaction. See code example - https://developers.docusign.com/docs/esign-rest-api/how-to/id-verification/
"Intuit KBA" - also knowns simply as KBA (Knowledge Based Authentication). See code example - https://developers.docusign.com/docs/esign-rest-api/how-to/knowledge-based-authentication/
"Phone Authentication" - this can be either via SMS/text or a voice call. See code example - https://developers.docusign.com/docs/esign-rest-api/how-to/phone-auth/