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

# List Payments

`GET /v1/payments`

This API endpoint lists the payments in a workspace.<br>  Filter can be applied on invoice ID to list a payment for a specific invoice.

## Query parameters

- `invoiceId` string
- `limit` string
- `nextToken` string

## Response `200`

200

- object
  - `data` object[]
    - `id` string
    - `object` string
    - `createdAt` string
    - `invoiceId` string
    - `status` string
    - `amount` integer
    - `message` string
    - `declineCode` string
    - `paymentMethod` string
    - `last4Digits` string
    - `brand` string
    - `feeAmount` object
      - `paidByPlatform` integer
      - `paidByClient` integer
    - `updatedAt` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/assembly/apis/core-resources.md) · [All operations](https://skmtc.net/assembly/apis/core-resources/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/assembly/core-resources/versions/28a9e7d13a8c/schema)
