---
title: "Retrieve buy-out and surplus transactions that match the specified search criteria"
method: POST
path: "/v1.0/buy-out-surplus/transactions"
tags: ["Buy-out and surplus transactions info view"]
---

# Retrieve buy-out and surplus transactions that match the specified search criteria

`POST /v1.0/buy-out-surplus/transactions`

## Request body

- BuyOutSurplusTransactionsListSearchCriteria — Search criteria for transactions
  - `term` string
  - `targetPeriodType` 'TP5' | 'TP6' | 'TP7' | 'TP8' | 'TP9', required
  - `buyOutSurplusPaymentStatus` 'AWAITING_PAYMENT' | 'AWAITING_REFUND' | 'PAID' | 'REFUNDED' | 'NOT_REQUIRED' | 'UNDER_APPEAL' | 'TERMINATED'
  - `pageNumber` integer, required
  - `pageSize` integer, required

## Response `200`

OK

- BuyOutSurplusTransactionsListDTO
  - `transactions` BuyOutSurplusTransactionListItemDTO[]
    - `id` integer
    - `accountBusinessId` string
    - `operatorName` string
    - `transactionCode` string
    - `creationDate` string, date-time
    - `paymentStatus` 'AWAITING_PAYMENT' | 'AWAITING_REFUND' | 'PAID' | 'REFUNDED' | 'NOT_REQUIRED' | 'UNDER_APPEAL' | 'TERMINATED'
    - `buyOutFee` string, decimal
  - `total` integer

## Other responses

- `403` — Forbidden
- `500` — Internal Server Error

## Changes

- **2026-04-02** `0be05036d2c8` — 3 info
  - added the new `TP7` enum value to the request property `targetPeriodType`
  - added the new `TP8` enum value to the request property `targetPeriodType`
  - added the new `TP9` enum value to the request property `targetPeriodType`
- **2025-09-11** `15b32331a1ac` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/beis/apis/api-documentation/changes/v1.0/buy-out-surplus/transactions/post.md)

---

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