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

# Get a single payment-method

`GET /payment-methods/{id}`

Get payment-method data by id

## Path parameters

- `id` integer, required

## Response `200`

Object with payment-method data.

- object
  - `id` integer, required — Payment method id
  - `name` string, required — Payment method name
  - `description` string, nullable, required — Payment method description
  - `xeroAccountCode` string, nullable, required — Xero account code

---

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