---
title: "POST /api/services/app/Payment/CreatePayment"
method: POST
path: "/api/services/app/Payment/CreatePayment"
tags: ["Payment"]
---

# POST /api/services/app/Payment/CreatePayment

`POST /api/services/app/Payment/CreatePayment`

## Request body

- CreatePaymentDto
  - `tenantId` integer
  - `paymentPeriodType` 30 | 365
  - `subscriptionPaymentGatewayType` 1 | 2
  - `recurringPaymentEnabled` boolean, nullable
  - `isProrationPayment` boolean, nullable
  - `successUrl` string, nullable
  - `errorUrl` string, nullable
  - `extraProperties` object, nullable
  - `products` CreatePaymentProductDto[], nullable
    - `description` string, nullable
    - `amount` number, double
    - `count` integer
    - `extraProperties` object, nullable

## Response `200`

Success

- integer

---

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