---
title: "Payouts - List available filters"
method: POST
path: "/payouts/filter"
tags: ["Payouts"]
---

# Payouts - List available filters

`POST /payouts/filter`

## Request body

- TimeRange — A type representing a range of time for filtering, including a mandatory start time and an optional end time.
  - `start_time` string, date-time, required — The start time to filter payments list or to get list of filters. To get list of filters start time is needed to be passed
  - `end_time` string, date-time, nullable — The end time to filter payments list or to get list of filters. If not passed the default time is now

## Response `200`

Filters listed

- PayoutListFilters
  - `connector` PayoutConnectors[], required — The list of available connector filters
  - `currency` Currency[], required — The list of available currency filters
  - `status` PayoutStatus[], required — The list of available payout status filters
  - `payout_method` PayoutType[], required — The list of available payout method filters

---

[API](https://skmtc.dev/hyperswitch/apis/dynamic-routing-openapi-3-0.md) · [All operations](https://skmtc.dev/hyperswitch/apis/dynamic-routing-openapi-3-0/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hyperswitch/dynamic-routing-openapi-3-0/revisions/8fbf69ab2597/schema)
