> For the complete documentation index, see [llms.txt](https://eshop.gitbook.io/eshopbox-developers/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eshop.gitbook.io/eshopbox-developers/payment/transaction-rules/filtering.md).

# Filtering

Below is a list of attributes and operators available for filtering Transactions

| Attribute        | Type      | Operator | Example               |
| ---------------- | --------- | -------- | --------------------- |
| `channelId`      | `number`  | =        | channelId=17          |
| `settlementType` | `string`  | =        | settlementType=weekly |
| `status`         | `boolean` | =        | status=false          |
