# BankAccountVerificationResponse

> A schema in the One API reference. Source: https://hub.ozow.com/api-reference/one-api/schemas/bank-account-verification-response/

## Fields

- `reference` (string, required, max length 50) - The reference of this bank account verification request.
- `accountFound` (boolean, required) - Whether or not the account was found.
- `accountOpen` (boolean, required) - Whether or not the account is currently open.
- `account3Months` (boolean, required) - Whether or not the account has been open for more than 3 months.
- `acceptCredits` (boolean, required) - Whether or not the account can accept credits.
- `acceptDebits` (boolean, required) - Whether or not the account can accept debits.
- `accountTypeMatched` (boolean, required) - Whether or not the account type matches the supplied account type.
- `identificationMatched` (boolean, required) - Whether or not the identification supplied matches the account owner on record.
- `surnameMatched` (boolean, required) - Whether or not the surname matches the account owner surname on record.
- `initialsMatched` (boolean, required) - Whether or not the initial matches the account owner initials on record.
- `mobileMatched` (boolean, required) - Whether or not the mobile matches the account owner mobile on record.
- `emailMatched` (boolean, required) - Whether or not the email matches the account owner email on record.
