admin管理员组

文章数量:1401122

Using rest api, how can we predetermine RecipientIdentityInputOption given an identity verification workflow?

I’m able to retrieve account workflow IDs using the API call GetAccountIdentityVerification(accountId). However, how can these be mapped to RecipientIdentityInputOption?

Is the list of identity verifications standardized across all DocuSign accounts, or does it vary depending on the account configuration? Trying to make a system integration with multiple DocuSign accounts.

Using rest api, how can we predetermine RecipientIdentityInputOption given an identity verification workflow?

I’m able to retrieve account workflow IDs using the API call GetAccountIdentityVerification(accountId). However, how can these be mapped to RecipientIdentityInputOption?

Is the list of identity verifications standardized across all DocuSign accounts, or does it vary depending on the account configuration? Trying to make a system integration with multiple DocuSign accounts.

Share Improve this question edited Mar 24 at 17:02 Jess Marvela asked Mar 24 at 17:01 Jess MarvelaJess Marvela 112 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 2

You can create your own custom identity verification workflows which can have it's own configuration but any of the ones provided by Docusign will be identical across accounts. Not all workflows may be available on all accounts, however.

本文标签: docusignapiDocuSign Identify Verifications and deterring RecipientIdentityInputOptionStack Overflow