---
title: "Retrieves a PaymentMethod resource."
method: GET
path: "/payment_methods/{id}"
tags: ["PaymentMethod"]
---

# Retrieves a PaymentMethod resource.

`GET /payment_methods/{id}`

Retrieves a PaymentMethod resource.

## Path parameters

- `id` string, required

## Response `200`

PaymentMethod resource

- PaymentMethod
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `srcId` string — The unique identifier of the source 3rd party integration
  - `name` string, nullable — Name for the payment method
  - `type` string, nullable — Type of the payment method
  - `created` string, date-time, nullable — Date the payment method was created
  - `modified` string, date-time, nullable — Date the payment method was last modified

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/bossinsights/apis/boss-insights.md) · [All operations](https://skmtc.net/bossinsights/apis/boss-insights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bossinsights/boss-insights/revisions/d08a107895ad/schema)
