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

# Statuses

> The statuses for application files.

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