---
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

---

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