---
title: "View payment types"
method: GET
path: "/payment_types"
tags: ["Payment Types"]
---

# View payment types

`GET /payment_types`

This endpoint returns the payment types configured in the integrated system for the specified location

## Query parameters

- `subdomain` string, required
- `location_id` integer, required
- `updated_since` string, date-time
- `active` boolean
- `start_cursor` string
- `end_cursor` string
- `per_page` integer

## Headers

- `Nex-Api-Version` string, required

## Response `200`

Successful

- APIV20240412EntitiesLedgerPaymentTypeCollectionResponseWithCursor — API_V20240412_Entities_Ledger_PaymentType_Collection_Response_WithCursor model
  - `code` boolean — Indicates the success or failure of the request
  - `description` string — Additional context on the request to help with debugging.
  - `error` string[] — Any errors that occur during the execution of the request.
  - `data` APIV20240412EntitiesLedgerPaymentType[]
    - `id` integer — Resource id
    - `name` string — The name of the payment type
    - `active` boolean — Whether the payment type is currently active
    - `updated_at` string, date-time — Payment Type update date in UTC
  - `page_info` object — Pagination information that can be used for fetching previous and next pages.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

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