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

# Enum Definitions

> Enumerations used in the APIs

### Order Status (status)

| Value                    | Description                                                              |
| ------------------------ | ------------------------------------------------------------------------ |
| **AwaitingApproval**     | Pending Approval                                                         |
| **Rejected**             | Rejected                                                                 |
| **Processing**           | In Progress                                                              |
| **AwaitingPayment**      | Awaiting Payment                                                         |
| **AwaitingConfirmation** | Awaiting Confirmation (requires a certain number of block confirmations) |
| **Success**              | Success                                                                  |
| **Failed**               | Failed                                                                   |
| **Underpaid**            | Underpaid                                                                |
| **Expired**              | Expired                                                                  |
| **Cancelled**            | Cancelled                                                                |

### Callback Types (webhookType)

| Value        | Description                    |
| ------------ | ------------------------------ |
| **Deposit**  | Callback for deposit orders    |
| **Payment**  | Callback for payment orders    |
| **Withdraw** | Callback for withdrawal orders |
