---
title: "List payments"
method: GET
path: "/payments"
---

# List payments

`GET /payments`

## Query parameters

- `payroll` string
- `payroll_item` string
- `contractor_payment` string
- `company` string
- `direction` 'credit' | 'debit'
- `amount_min` string
- `amount_max` string
- `type` 'company_cash_requirement' | 'employee_net_pay' | 'net_pay_refund' | 'collection' | 'refund'
- `completion_date_after` string, date
- `completion_date_before` string, date
- `limit` integer

## Response `200`

200

- object
  - `next` unknown
  - `previous` unknown
  - `results` object[]
    - `id` string
    - `status` string
    - `amount` string
    - `type` string
    - `parent_type` string
    - `parent_id` string
    - `payment_attempts` object[]
      - `id` string
      - `created_at` string
      - `expected_completion_date` string
      - `status` string
      - `failure_code` unknown
      - `payment_method` string
      - `payment_instrument` string
      - `wire_details` unknown
      - `ach_details` object
        - `ach_trace_id` string
        - `description` string
        - `transaction_type_code` string
    - `can_retry` boolean
    - `can_refund` boolean
    - `can_cancel` boolean
    - `cancel_deadline` string
    - `direction` string
    - `company` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/checkhq/apis/check-api.md) · [All operations](https://skmtc.net/checkhq/apis/check-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/checkhq/check-api/revisions/f46e28134549/schema)
