# BankAccountVerificationRequest

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

## Fields

- `siteCode` (string, required, max length 50) - The site code of the merchant site for which this request is being performed.
- `reference` (string, required, max length 50) - A reference to uniquely identify this bank account verification request.
- `region` (string, required, min length 2, max length 2) - The applicable region identifer in [ISO 3166-Alpha-2](https://www.iso.org/obp/ui/#search) format.
- `accountNumber` (string, required) - The bank account number to be verified.
- `branchCode` (string, required, max length 6) - The branch code of the bank account to be verified.
- `accountType` (any, required, one of "cheque", "savings", "transmission", "bond") - The account type of the bank account.
- `identification` (object, required) - The identification of the owner of the bank account.
- `surname` (string, required) - The surname of the owner of the bank account.
- `initials` (string, max length 5) - Optional initials of the owner of the bank account.
- `mobile` (string, max length 15) - Optional mobile number of the owner of the bank account.
- `email` (string, email, max length 255) - Optional email address of the owner of the bank account.
