> ## 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.

# Application File Statuses

> The statuses for application files.

<Warning>
  **Legacy schema — superseded by the Applications API.** New programs integrate via the [Applications API](/products/applications/overview). This schema remains the supported path for file-integrated programs that have not yet migrated.
</Warning>

## Statuses

| **Status**     | **Description**                                                                                 |
| -------------- | ----------------------------------------------------------------------------------------------- |
| `submitted`    | Application has been submitted by end consumer                                                  |
| `under_review` | Application has been submitted and is under review, and a final decision has not been made yet. |
| `approved`     | You have approved a consumer's application.                                                     |
| `declined`     | You have declined a consumer's application.                                                     |
| `canceled`     | End consumer has canceled the application or application has expired.                           |

## Transitions

| **Status**     | **Can transition to**                                          |
| -------------- | -------------------------------------------------------------- |
| `submitted`    | `under_review`<br />`approved`<br />`declined`<br />`canceled` |
| `under_review` | `approved`<br />`declined`<br />`canceled`                     |
| `approved`     | Is a terminal state.                                           |
| `declined`     | Is a terminal state.                                           |
| `canceled`     | Is a terminal state.                                           |
