{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CreditAcceleratorAccountVerification", "title": "CreditAcceleratorAccountVerification", "type": "object", "properties": { "reason": { "type": "string", "description": "Additional status for account verification failure.", "readOnly": true }, "fullAccountNumber": { "type": "string", "description": "Full account number of the account. For student loan account the account number that will be used for ACH or fund transfer.
Applicable containers: bank, investment, loan", "readOnly": true }, "balance": { "$ref": "#/components/schemas/Money" }, "verificationStatus": { "type": "string", "description": "The status of the account verification.
Applicable Values:
* SUCCESS:
Description: The consumer''s account verification is successful.
* FAILED:
Description: The consumer''s account verification failed.", "readOnly": true }, "accountType": { "type": "string", "description": "The type of account that is aggregated, i.e., savings, checking, credit card, charge, HELOC, etc. The account type is derived based on the attributes of the account.
Valid Values:
Aggregated Account Type
bankcreditCardinvestment (SN 1.0)investment (SN 2.0)loaninsurancerealEstaterewardManual Account Type
bankcreditloaninsuranceinvestment

Applicable containers: bank
Associated Accounts
Endpoints:", "readOnly": true }, "holder": { "type": "array", "items": { "$ref": "#/components/schemas/CreditAcceleratorHolder" } }, "verificationType": { "type": "string", "description": "The account verification type.
Applicable Values:
* MATCHING", "readOnly": true }, "bankTransferCode": { "type": "array", "description": "Bank and branch identification information.
Applicable containers: bank, investment, loan", "readOnly": true, "items": { "$ref": "#/components/schemas/CreditAcceleratorBankTransferCode" } } } }