---
title: "List payments (V1 Legacy)"
method: GET
path: "/v1/payments"
tags: ["Payments"]
---

# List payments (V1 Legacy)

`GET /v1/payments`

V1-compatible endpoint to list/paginate payments for a company/team.

## Query parameters

- `company_id` union, required
  - string
  - number
- `external_ids` union
  - string
  - string[]
- `payee_ids` union
  - string
  - string[]
- `page` union
  - string
  - number
- `count` union
  - string
  - number
- `status` string

## Response `200`

Default Response

- object
  - `data` object[], required
    - `amount_usd` string, required
    - `approved_pay_date` string, nullable, required
    - `pay_hash` string, nullable, required
    - `salt` string, nullable, required
    - `status` string, required
    - `external_id` string, nullable, required
    - `transaction_hash` string, nullable, required
    - `payee` object, required
      - `id` union, required
        - string
        - number
      - `avatar` string, nullable, required
      - `email` string, nullable, required
      - `name` string, nullable, required
      - `address` string, nullable, required

## Other responses

- `400` — Bad Request - Invalid parameters
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/riseworks/apis/b2b-api-v1-legacy.md) · [All operations](https://skmtc.net/riseworks/apis/b2b-api-v1-legacy/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/riseworks/b2b-api-v1-legacy/revisions/6f6941749255/schema)
