---
title: "Get a paged array of payment-methods"
method: GET
path: "/payment-methods"
tags: ["payment-method"]
---

# Get a paged array of payment-methods

`GET /payment-methods`

Get a paged array of payment-methods

## Query parameters

- `id_gt` integer, nullable — The starting object id of the next page
- `id_lt` integer, nullable — The starting object id of the previous page

## Response `200`

A paged array of payment-methods

- object
  - `data` object[], required
    - `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
  - `links` object, required
    - `previousPage` string — The link to retrieve next page
    - `nextPage` string — The link to retrieve previous page

---

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