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

# Get a payment

`GET /public/v1/payments/{id}`

Get a single payment by its ID.

The response carries the same shape as a list entry, plus `quickbooks_deposit_account_name` (the human-readable name of the QuickBooks Online deposit account, resolved only here — the list endpoint omits it). Like the list endpoint, exactly one of `invoice` / `purchase` is populated depending on `payment_type`, and `status` is POSTED or VOIDED.

Returns 404 if no payment with that ID exists within your company. Voided payments are returned normally with `status` VOIDED; soft-deleted payments return 404.

Required permission: `payments_permissions_view`.

## Path parameters

- `id` string, required

## Response `200`

A single payment

## Other responses

- `400` — Invalid parameters
- `401` — Missing or invalid API token
- `403` — The API token lacks the required permission
- `404` — Not Found

---

[API](https://skmtc.dev/distru/apis/distru-api.md) · [All operations](https://skmtc.dev/distru/apis/distru-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/distru/distru-api/revisions/eb775b7b6ee0/schema)
