---
title: "POST /v{api-version}/Transaction/createForSell"
method: POST
path: "/v{api-version}/Transaction/createForSell"
tags: ["Transaction"]
---

# POST /v{api-version}/Transaction/createForSell

`POST /v{api-version}/Transaction/createForSell`

## Path parameters

- `api-version` string, required

## Request body

- TransactionCreationRequest
  - `transaction` TransactionCreationModel
    - `id` string, nullable
    - `amount` number, double
    - `currency` string, nullable
    - `fee` FeeSettingsModel
      - `rate` number, double
      - `fixedByPosition` number, double
      - `fixedByOrder` number, double
    - `fullName` string, nullable
    - `physicalAddress` string, nullable
    - `city` string, nullable
    - `postalCode` string, nullable
    - `phoneNumber` string, nullable
    - `buyerEmail` string, nullable
    - `birthday` string, date-time, nullable
    - `gender` string, nullable
    - `companyEmail` string, nullable
    - `companyName` string, nullable
    - `companyAddress` string, nullable
    - `companyCity` string, nullable
    - `companyPostalCode` string, nullable
    - `buyerCountry` string, nullable
    - `companyCountry` string, nullable
    - `companyVatNumber` string, nullable
    - `paymentStatus` 0 | 1 | 2 | 3 | 4 | 5
    - `refundSource` 0 | 1 | 2 | 3
    - `paymentDate` string, date-time, nullable
    - `additionalPaymentStatus` string, nullable
    - `transactionId` string, nullable
    - `paymentType` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 20 | 21
    - `couponCode` string, nullable
    - `sellActionId` integer, nullable
    - `paymentMethodId` integer, nullable
    - `seats` TransactionSeatModel[], nullable
      - `id` string, nullable
      - `ticketName` string, nullable
      - `side` string, nullable
      - `area` string, nullable
      - `row` string, nullable
      - `seat` string, nullable
      - `ticketTemplateId` integer
      - `transactionId` string, nullable
      - `amount` number, double
      - `discount` integer
      - `fixedDiscount` number, double
      - `optionalParameters` string, nullable
    - `tagNames` string[], nullable
    - `transactionFieldValues` TransactionFieldValueModel[], nullable
      - `value` string, nullable
      - `transactionAddtitionalFieldId` integer
      - `name` string, nullable
  - `paymentProvider` 0 | 1 | 2 | 32767
  - `paymentMethodId` integer, nullable
  - `successUrl` string, nullable
  - `ignoreCustomFields` boolean

## Response `200`

OK

- CreateForSellTransactionResponse
  - `transactionId` string, nullable
  - `invoiceId` string, nullable
  - `paymentProvider` 0 | 1 | 2 | 32767
  - `paymentUrl` string, nullable
  - `redirectUrl` string, nullable
  - `externalId` string, nullable

---

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