---
title: "Retrieve buy-out and surplus transaction details by id"
method: GET
path: "/v1.0/buy-out-surplus/transactions/{id}/details"
tags: ["Buy-out and surplus transaction info view"]
---

# Retrieve buy-out and surplus transaction details by id

`GET /v1.0/buy-out-surplus/transactions/{id}/details`

## Path parameters

- `id` integer, required

## Response `200`

OK

- BuyOutSurplusTransactionDetailsDTO
  - `id` integer
  - `transactionCode` string
  - `accountBusinessId` string
  - `operatorName` string
  - `targetPeriodType` 'TP5' | 'TP6' | 'TP7' | 'TP8' | 'TP9'
  - `targetPeriodResultType` 'TARGET_MET' | 'BUY_OUT_REQUIRED' | 'SURPLUS_USED_BUY_OUT_REQUIRED' | 'SURPLUS_USED' | 'OUTSTANDING'
  - `reportVersion` string
  - `submissionType` 'PRIMARY' | 'SECONDARY'
  - `fileInfoDTO` FileInfoDTO
    - `name` string
    - `uuid` string
  - `creationDate` string, date-time
  - `dueDate` string, date
  - `paymentStatus` 'AWAITING_PAYMENT' | 'AWAITING_REFUND' | 'PAID' | 'REFUNDED' | 'NOT_REQUIRED' | 'UNDER_APPEAL' | 'TERMINATED'
  - `chargeType` 'REFUND' | 'FEE'
  - `priBuyOutCarbon` string, decimal
  - `priBuyOutCost` string, decimal
  - `invoicedBuyOutFee` string, decimal
  - `invoicedSurplusGained` string, decimal
  - `invoicedPreviousPaidFees` string, decimal
  - `buyOutFee` string, decimal

## Other responses

- `403` — Forbidden
- `404` — Not Found
- `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)
