---
title: "Get Payment Methods"
method: GET
path: "/f/finance/{businessLocationId}/paymentMethods"
tags: ["Financial"]
---

# Get Payment Methods

`GET /f/finance/{businessLocationId}/paymentMethods`

Returns all payment methods for a business location.

## Path parameters

- `businessLocationId` integer, required

## Response `200`

Payment methods returned

- object
  - `_embedded` object
    - `paymentMethodList` object[]
      - `name` string — Name of the payment type.
      - `code` string — System code for the payment type.
      - `accountingReference` string — Accounting reference code, if assigned.
      - `pmId` number — System identification number for payment type.
  - `_links` object
    - `self` object
      - `href` string

---

[API](https://skmtc.net/lightspeed/apis/lightspeed-restaurant-k-series-api.md) · [All operations](https://skmtc.net/lightspeed/apis/lightspeed-restaurant-k-series-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightspeed/lightspeed-restaurant-k-series-api/versions/fd2e31cf57dd/schema)
