Sha256: f73a7dc3fd4c29abe3337f1b70b1fca2adbf83e27567c2cc3e58835a1461ccc3
Contents?: true
Size: 1.94 KB
Versions: 26
Compression:
Stored size: 1.94 KB
Contents
# CybridApiBank::IdentityVerificationBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **guid** | **String** | Auto-generated unique identifier for the identity verification. | [optional] | | **type** | **String** | The identity verification type; one of kyc, bank_account, or counterparty. | [optional] | | **method** | **String** | The identity verification method; one of business_registration, id_and_selfie, tax_id_and_selfie, attested, attested_ownership, account_ownership, plaid_identity_match, document_submission, or watchlists. | [optional] | | **created_at** | **Time** | ISO8601 datetime the record was created at. | [optional] | | **updated_at** | **Time** | ISO8601 datetime the record was last updated at. | [optional] | | **customer_guid** | **String** | The customer's identifier. | [optional] | | **counterparty_guid** | **String** | The counterparty's identifier. | [optional] | | **external_bank_account_guid** | **String** | The external bank account's identifier. | [optional] | | **state** | **String** | The identity verification state; one of storing, waiting, pending, reviewing, expired, or completed. | [optional] | | **outcome** | **String** | The identity verification outcome; one of passed or failed. | [optional] | | **failure_codes** | **Array<String>** | The reason codes explaining the outcome. | [optional] | | **compliance_decisions** | [**Array<ComplianceDecisionBankModel>**](ComplianceDecisionBankModel.md) | The compliance decisions associated with the identity verification. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::IdentityVerificationBankModel.new( guid: null, type: null, method: null, created_at: null, updated_at: null, customer_guid: null, counterparty_guid: null, external_bank_account_guid: null, state: null, outcome: null, failure_codes: null, compliance_decisions: null ) ```
Version data entries
26 entries across 26 versions & 1 rubygems