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

# getDeclinedTransactions

> Retrieves paginated declined transaction history for the authenticated user's account.

Retrieves paginated declined transaction history for the authenticated user's account.
Supports comprehensive filtering and pagination. Requires LIST\_PAYMENT and LIST\_PURCHASES scope.

```graphql theme={null}
query {
  getDeclinedTransactions(
    filter: DeclinedTransactionFilterInput
    paginate: OffsetInput
  ): DeclinedTransactionConnection!
}
```

## Arguments

<ParamField body="filter" type="DeclinedTransactionFilterInput">
  *No description provided in the schema yet.*
</ParamField>

<ParamField body="paginate" type="OffsetInput">
  *No description provided in the schema yet.*
</ParamField>

## Returns

[`DeclinedTransactionConnection!`](/api-reference/types/declined-transaction-connection) — Paginated response for getDeclinedTransactions query.
