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

# DeclinedTransactionStatus

> DeclinedTransactionStatus represents the current state of a transaction.

**Enum**

DeclinedTransactionStatus represents the current state of a transaction.

## Values

<ResponseField name="DECLINED" type="enum value">
  Transaction has been declined.
</ResponseField>

<ResponseField name="FAILED" type="enum value">
  Transaction has failed.
</ResponseField>
