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

# Get a payment method

`GET /public/v1/payment-methods/{id}`

Fetch a single [payment method](#model-payment_method) by its ID. Use this to resolve the method a
payment references, or to read one method's current `name`, `type`, `active` flag, and QuickBooks
Online mapping (`qb_payment_method_id`).

Returns 404 if no payment method with that ID exists within your company — the lookup is scoped to
your company, so an ID belonging to another company reads as not found. A soft-deleted method is
still returned here (with its `deleted_at` set); deletion hides a method from new use but does not
remove it.

Required permission: `settings_permissions_payment_methods`.

## Path parameters

- `id` string, required

## Response `200`

A single payment method

## 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)
