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

# TRANSFER STATUSES

[@qonto/embed-sdk](../../../../../../README) / [\<internal>](../../../../../README) / [src/common/constants](../README) / TRANSFER\_STATUSES

# Variable: TRANSFER\_STATUSES

> `const` **TRANSFER\_STATUSES**: `object`

List of all possible statuses a transfer can be in.

## Type declaration

### CANCELED

> **CANCELED**: `string` = `'canceled'`

### COMPLETED

> **COMPLETED**: `string` = `'completed'`

### DECLINED

> **DECLINED**: `string` = `'declined'`

### FAILED

> **FAILED**: `string` = `'failed'`

### PENDING

> **PENDING**: `string` = `'pending'`

### PROCESSING

> **PROCESSING**: `string` = `'processing'`

### SETTLED

> **SETTLED**: `string` = `'settled'`
