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

# Internal Transfer Statuses

> Statuses and lifecycle transitions for internal transfers.

| **Status**   | **Description**                                                                                                                                                   | **Terminal** | **Webhook**                  |
| :----------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------- | :----------- | :--------------------------- |
| `processing` | Lead received the request and is executing it. Most transfers complete within seconds; if an issue is encountered, Lead retries until reaching a terminal status. | No           | No                           |
| `posted`     | The transfer completed; money moved from the sender to the receiver Account Number.                                                                               | Yes          | `internal_transfer.posted`   |
| `rejected`   | The transfer was not completed and will not be retried. See `rejection.reason` and `rejection.details`.                                                           | Yes          | `internal_transfer.rejected` |
