class Plaid::IdentityVerificationStepSummary
- Plaid::IdentityVerificationStepSummary
- Reference
- Object
Overview
Each step will be one of the following values: active
- This step is the user's current step. They are either in the process of completing this step, or they recently closed their Identity Verification attempt while in the middle of this step. Only one step will be marked as active
at any given point. success
- The Identity Verification attempt has completed this step. failed
- The user failed this step. This can either call the user to fail the session as a whole, or cause them to fallback to another step depending on how the Identity Verification template is configured. A failed step does not imply a failed session. waiting_for_prerequisite
- The user needs to complete another step first, before they progress to this step. This step may never run, depending on if the user fails an earlier step or if the step is only run as a fallback. not_applicable
- This step will not be run for this session. skipped
- The retry instructions that created this Identity Verification attempt specified that this step should be skipped. expired
- This step had not yet been completed when the Identity Verification attempt as a whole expired. canceled
- The Identity Verification attempt was canceled before the user completed this step. pending_review
- The Identity Verification attempt template was configured to perform a screening that had one or more hits needing review. manually_approved
- The step was manually overridden to pass by a team member in the dashboard. manually_rejected
- The step was manually overridden to fail by a team member in the dashboard.
Included Modules
- JSON::Serializable
- JSON::Serializable::Unmapped
- OpenApi::Json
- OpenApi::Validatable
Defined in:
plaid/models/identity_verification_step_summary.crConstructors
- .new(pull : JSON::PullParser)
-
.new(*, accept_tos : Plaid::IdentityVerificationStepStatus | Nil = nil, verify_sms : Plaid::IdentityVerificationStepStatus | Nil = nil, kyc_check : Plaid::IdentityVerificationStepStatus | Nil = nil, documentary_verification : Plaid::IdentityVerificationStepStatus | Nil = nil, selfie_check : Plaid::IdentityVerificationStepStatus | Nil = nil, watchlist_screening : Plaid::IdentityVerificationStepStatus | Nil = nil, risk_check : Plaid::IdentityVerificationStepStatus | Nil = nil)
Initializes the object @param [Hash] attributes Model attributes in the form of hash
Instance Method Summary
-
#==(other : self)
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes.
- #accept_tos : Plaid::IdentityVerificationStepStatus | Nil
-
#accept_tos=(new_value : Plaid::IdentityVerificationStepStatus | Nil)
Custom attribute writer method checking allowed values (enum).
- #documentary_verification : Plaid::IdentityVerificationStepStatus | Nil
-
#documentary_verification=(new_value : Plaid::IdentityVerificationStepStatus | Nil)
Custom attribute writer method checking allowed values (enum).
-
#hash(hasher)
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes.
- #kyc_check : Plaid::IdentityVerificationStepStatus | Nil
-
#kyc_check=(new_value : Plaid::IdentityVerificationStepStatus | Nil)
Custom attribute writer method checking allowed values (enum).
-
#list_invalid_properties : Array(String)
Show invalid properties with the reasons.
- #risk_check : Plaid::IdentityVerificationStepStatus | Nil
-
#risk_check=(new_value : Plaid::IdentityVerificationStepStatus | Nil)
Custom attribute writer method checking allowed values (enum).
- #selfie_check : Plaid::IdentityVerificationStepStatus | Nil
-
#selfie_check=(new_value : Plaid::IdentityVerificationStepStatus | Nil)
Custom attribute writer method checking allowed values (enum).
-
#valid? : Bool
Check to see if the all the properties in the model are valid @return true if the model is valid
- #verify_sms : Plaid::IdentityVerificationStepStatus | Nil
-
#verify_sms=(new_value : Plaid::IdentityVerificationStepStatus | Nil)
Custom attribute writer method checking allowed values (enum).
- #watchlist_screening : Plaid::IdentityVerificationStepStatus | Nil
-
#watchlist_screening=(new_value : Plaid::IdentityVerificationStepStatus | Nil)
Custom attribute writer method checking allowed values (enum).
Instance methods inherited from module OpenApi::Json
after_initialize
after_initialize,
eql?(o : self)
eql?,
to_hash : Hash(String, JSON::Any)
to_hash,
to_json_any : JSON::Any
to_json_any
Class methods inherited from module OpenApi::Json
build_from_hash(hash : Hash)
build_from_hash,
build_from_json_any(json_any : JSON::Any)
build_from_json_any
Instance methods inherited from module OpenApi::Validatable
list_invalid_properties : Array(String)
list_invalid_properties,
list_invalid_properties_for(key : String) : Array(String)
list_invalid_properties_for,
valid? : Bool
valid?,
validate : Nil
validate
Constructor Detail
Initializes the object @param [Hash] attributes Model attributes in the form of hash
Instance Method Detail
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code
Custom attribute writer method checking allowed values (enum). @param [Object] accept_tos Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] documentary_verification Object to be assigned
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code
Custom attribute writer method checking allowed values (enum). @param [Object] kyc_check Object to be assigned
Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons
Custom attribute writer method checking allowed values (enum). @param [Object] risk_check Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] selfie_check Object to be assigned
Check to see if the all the properties in the model are valid @return true if the model is valid
Custom attribute writer method checking allowed values (enum). @param [Object] verify_sms Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] watchlist_screening Object to be assigned