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

# TransactionStatus

> TransactionStatus represents the current state of a transaction.

**Enum**

TransactionStatus represents the current state of a transaction.

## Values

<ResponseField name="PENDING" type="enum value">
  Transaction is pending and not yet settled.
</ResponseField>

<ResponseField name="SETTLED" type="enum value">
  Transaction has been completed and settled.
</ResponseField>
