---
title: "POST /api/Payments2"
method: POST
path: "/api/Payments2"
tags: ["Payments2"]
---

# POST /api/Payments2

`POST /api/Payments2`

## Request body

- CreatePaymentRequest
  - `type` integer
  - `cashDeskId` string, uuid, nullable
  - `price` number, double, nullable
  - `phoneNumber` string, nullable
  - `subject` string, nullable
  - `description` string, nullable
  - `expirationDate` string, date-time, nullable
  - `source` integer

## Response `200`

Success

---

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