---
title: "Create a transaction"
method: POST
path: "/json/Transaction"
tags: ["Transaction"]
---

# Create a transaction

`POST /json/Transaction`

## Request body

- TransactionRequest
  - `Currency` string
  - `AmountDebit` number
  - `AmountCredit` number
  - `Invoice` string
  - `Order` string
  - `Description` string
  - `ClientIP` IPAddress
    - `Type` integer — IP protocol version (as integer)
    - `Address` string
  - `ReturnURL` string
  - `ReturnURLCancel` string
  - `ReturnURLError` string
  - `ReturnURLReject` string
  - `OriginalTransactionKey` string
  - `StartRecurrent` boolean
  - `ContinueOnIncomplete` integer
  - `ServicesSelectableByClient` string
  - `PreferredAction` string
  - `ServicesExcludedForClient` string
  - `PushURL` string
  - `PushURLFailure` string
  - `ClientUserAgent` string
  - `OriginalTransactionReference` TransactionReference
    - `Type` string
    - `Reference` string
  - `Services` TransactionServices
    - `Global` GroupedParameter[]
      - `Name` string, required
      - `GroupType` string
      - `GroupID` string
      - `Value` string, required
    - `ServiceList` DataRequestService[]
      - `Name` string, required
      - `Action` string, required
      - `Version` integer
      - `Parameters` GroupedParameter[]
        - `Name` string, required
        - `GroupType` string
        - `GroupID` string
        - `Value` string, required
  - `CustomParameters` DataCustomParameters
    - `List` CustomParameter[]
      - `Name` string
      - `Value` string
  - `AdditionalParameters` TransactionRequestAdditionalParameters
    - `AdditionalParameter` CustomParameter[]
      - `Name` string
      - `Value` string

## Response `200`

OK

- TransactionResponse
  - `Key` string
  - `Status` Status
    - `Code` StatusCode
      - `Code` integer
      - `Description` string
    - `SubCode` SubStatusCode
      - `Code` string
      - `Description` string
    - `DateTime` string, date-time
  - `RequiredAction` RequiredAction
    - `RedirectURL` string
    - `RequestedInformation` RequestedInformationItem[]
      - `Name` string
      - `DataType` integer
      - `MaxLength` integer
      - `Required` boolean
      - `Description` string
    - `PayRemainderDetails` PayRemainderDetails
      - `RemainderAmount` number
      - `Currency` string
      - `GroupTransaction` string
    - `Name` string
    - `TypeDeprecated` integer
  - `Services` ServiceResponse[]
    - `Name` string
    - `Action` string
    - `Parameters` BasicParameter[]
      - `Name` string, required
      - `Value` string, required
    - `VersionAsProperty` integer
  - `CustomParameters` DataCustomParameters
    - `List` CustomParameter[]
      - `Name` string
      - `Value` string
  - `AdditionalParameters` TransactionRequestAdditionalParameters
    - `AdditionalParameter` CustomParameter[]
      - `Name` string
      - `Value` string
  - `RequestErrors` RequestErrors
    - `ChannelErrors` ChannelError[]
      - `Service` string
      - `Action` string
      - `Name` string
      - `Error` string
      - `ErrorMessage` string
    - `ServiceErrors` ServiceError[]
      - `Name` string
      - `Error` string
      - `ErrorMessage` string
    - `ActionErrors` ActionError[]
      - `Service` string
      - `Name` string
      - `Error` string
      - `ErrorMessage` string
    - `ParameterErrors` ChannelError[]
      - `Service` string
      - `Action` string
      - `Name` string
      - `Error` string
      - `ErrorMessage` string
    - `CustomParameterErrors` ServiceError[]
      - `Name` string
      - `Error` string
      - `ErrorMessage` string
  - `Invoice` string
  - `ServiceCode` string
  - `IsTest` boolean
  - `Currency` string
  - `AmountDebit` number
  - `AmountCredit` number
  - `TransactionType` string
  - `MutationType` integer
  - `RelatedTransactions` RelatedTransaction[]
    - `RelationType` string
    - `RelatedTransactionKey` string
  - `ConsumerMessage` ConsumerMessage
    - `MustRead` boolean
    - `CultureName` string
    - `Title` string
    - `PlainText` string
    - `HtmlText` string
  - `Order` string
  - `IssuingCountry` string
  - `StartRecurrent` boolean
  - `Recurring` boolean
  - `CustomerName` string
  - `PayerHash` string
  - `PaymentKey` string

---

[API](https://skmtc.net/buckaroo/apis/buckaroo-checkout-json-gateway-api.md) · [All operations](https://skmtc.net/buckaroo/apis/buckaroo-checkout-json-gateway-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/buckaroo/buckaroo-checkout-json-gateway-api/versions/eb4cb70e26be/schema)
