# Bank Transfer

The Bell BASS Bank Transfer API provides a streamlined, secure method for executing financial transactions between bank accounts. This guide offers a comprehensive overview of the bank transfer process, ensuring developers can efficiently integrate this functionality into their applications. The API supports a range of operations including retrieving supported banks, verifying account details, and initiating transfers.

### Key Features

1. **Get a Bank List:** Retrieve a list of all supported banks to ensure valid bank codes are used in transactions.
2. **Name Enquiry:** Verify the account holder's name associated with a specific bank and account number.
3. **Transfer:** Initiate a secure transfer of funds between bank accounts.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bellmfb.com/references/bank-transfer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
