---
title: "POST /payment-types"
method: POST
path: "/payment-types"
tags: ["payment_types"]
---

# POST /payment-types

`POST /payment-types`

create new payment type to be used for paying the basket

## Request body

- CreatePaymentRequest
  - `name` string
  - `is_active` integer
  - `icon_number` integer
  - `client` integer
  - `account` integer

## Response `200`

OK

- PaymentType
  - `name` string
  - `client` integer
  - `is_active` integer
  - `is_used` integer
  - `currency_exchange_rate` integer
  - `cn_currency_iso_nr` integer
  - `currency_name` string
  - `currency_letters` string
  - `currency_symbol` string
  - `deleted` integer
  - `icon_number` integer
  - `icon` string
  - `custom_amounts` integer[]

---

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