# BankingDetails

> A schema in the Payments API reference. Source: https://hub.ozow.com/api-reference/payments-api/schemas/banking-details/

## Fields

- `bankName` (string, required, max length 50) - Name of the bank the account is held at.
- `branchCode` (string, required, max length 10) - The destination branch code for the account
- `accountNumber` (string, required, max length 20) - The Ozow account number to use for deposit
- `publicRecipientName` (string, max length 50) - The name of the public recipient if applicable (depending whether a bankId was passed in the original request)
- `beneficiaryReference` (string, required, max length 20) - The reference to be used for the deposit
