# IdentityVerificationBankModel ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **guid** | **String** | Auto-generated unique identifier for the identity verification. | [optional] **customerGuid** | **String** | The identity verification's identifier. | [optional] **type** | **String** | The identity verification type; one of kyc or bank_account. | [optional] **method** | **String** | The identity verification method; one of business_registration, id_and_selfie, tax_id_and_selfie, attested, plaid_identity_match, or document_submission. | [optional] **createdAt** | **Date** | ISO8601 datetime the record was created at. | [optional] **updatedAt** | **Date** | ISO8601 datetime the record was last updated at. | [optional] **state** | **String** | The identity verification state; one of storing, waiting, expired, or completed. | [optional] **outcome** | **String** | The identity verification outcome; one of passed or failed. | [optional] **failureCodes** | **[String]** | The reason codes explaining the outcome. | [optional] **verificationChecks** | [VerificationCheckBankModel] | The checks associated with the identity verification. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)