---
title: "Get a payment"
method: GET
path: "/payments/{id}"
tags: ["Payments"]
---

# Get a payment

`GET /payments/{id}`

Returns a specific payment

## Path parameters

- `id` integer, required

## Response `200`

Successful response

- Payment — Invoice payment resource
  - `id` integer
  - `amount` number
  - `date` string, date
  - `note` string, nullable
  - `is_processing` boolean
  - `client_name` string
  - `invoice_number` string
  - `project_name` string, nullable

## Other responses

- `401` — Unauthenticated
- `404` — Not found

---

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