> ## Documentation Index
> Fetch the complete documentation index at: https://docs.monieswitch.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Single transfer

> Process individual transfers to any bank account

## Initialize a single transfer

Create a new transfer via dashboard or API.

<video autoPlay muted loop playsInline className="w-full aspect-video" src="https://mintcdn.com/monieswitch-a80c7231/b9VCGopr8ctPliW8/videos/single-recuring-transfer.mp4?fit=max&auto=format&n=b9VCGopr8ctPliW8&q=85&s=b0ed493b0aabfc88c692e165cd38d1d7" data-path="videos/single-recuring-transfer.mp4" />

## Transfer Details

#### Required Fields

* **Destination Bank**: Select recipient's bank from supported banks list
* **Account Number**: Enter recipient's account number
  * *System automatically resolves account name*
* **Amount**: Specify transfer amount

#### Optional Field

* **Narration**: Add transfer description/reference

## Configure Recurring Payment (Optional)

Enable recurring transfers by toggling `would you like this transaction to be recurring`

#### Recurring Settings

* **Interval**: Daily/Weekly/Monthly
* **Start Date**: First transfer date
* **Start Time**: Transfer execution time
* **End Date**: Final transfer date

## Review & Confirm

<Frame>
  <img src="https://mintcdn.com/monieswitch-a80c7231/b9VCGopr8ctPliW8/images/confirm-single-transfer.png?fit=max&auto=format&n=b9VCGopr8ctPliW8&q=85&s=9cb7c46eeffb911dc90d3616eaaf60df" width="2970" height="1510" data-path="images/confirm-single-transfer.png" />
</Frame>

1. Review transfer details on confirmation page
2. Click `Proceed` to proceed
3. Enter transaction PIN
4. Complete transfer

<Note>
  **Verify all details before confirming as transfers cannot be reversed**
</Note>

<Card horizontal title="API" icon="terminal" href="/api-reference">
  Refer to our [API Documentation](/api-reference) for integration details
</Card>

### Transfer Status

* Track status in real-time
* Receive webhook notifications
* View detailed transaction history

### Security

* PIN authorization required

<Snippet file="api-reference-link.mdx" />
