Sha256: 68109eaef5ccfb7f357dfe86789a42fa31df92445b9ab1464587bae42982101d
Contents?: true
Size: 1.81 KB
Versions: 2
Compression:
Stored size: 1.81 KB
Contents
# CybridApiBank::IdentityVerificationBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **guid** | **String** | Auto-generated unique identifier for the identity verification. | [optional] | | **customer_guid** | **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] | | **created_at** | **Time** | ISO8601 datetime the record was created at. | [optional] | | **updated_at** | **Time** | 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] | | **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] | | **verification_checks** | [**Array<ComplianceDecisionBankModel>**](ComplianceDecisionBankModel.md) | Deprecated; use compliance_decisions instead. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::IdentityVerificationBankModel.new( guid: null, customer_guid: null, type: null, method: null, created_at: null, updated_at: null, state: null, outcome: null, failure_codes: null, compliance_decisions: null, verification_checks: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cybrid_api_bank_ruby-0.115.139 | docs/IdentityVerificationBankModel.md |
cybrid_api_bank_ruby-0.115.137 | docs/IdentityVerificationBankModel.md |