---
title: "Returns all payment types available for a company."
method: GET
path: "/tickets/payment_types"
tags: ["Tickets"]
---

# Returns all payment types available for a company.

`GET /tickets/payment_types`

Ticket payment types defined for a given company, like Cash, check, etc

## Headers

- `X-Subdomain` string
- `X-Partner` string

## Response `200`

Ticket Payment Types response

- object
  - `payment_item_types` TicketPaymentTypeList[]
    - `payment_types` object[]
      - `mytime_id` string
      - `name` string

## Other responses

- `401` — Unauthorized
- `422` — Invalid parameters
- `500` — Internal Server Error
- `504` — Gateway Timeout

---

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