---
title: "Gets the authenticated buyer's transactions, matched on their creation date."
method: GET
path: "/v4/buyer/transactions"
tags: ["Buyer"]
---

# Gets the authenticated buyer's transactions, matched on their creation date.

`GET /v4/buyer/transactions`

## Query parameters

- `minTransactionDate` string, date-time
- `maxTransactionDate` string, date-time

## Response `200`

OK

- BuyerTransaction[]
  - `id` integer
  - `date` string, date-time
  - `amount` integer
  - `lastUpdatedDate` string, date-time
  - `isMarkedAsPaidConfirmed` boolean
  - `isMarkedAsShipped` boolean
  - `isShippingBooked` boolean
  - `isFeedbackLeftBySeller` boolean
  - `isFeedbackLeftByBuyer` boolean
  - `buyer` User
  - `seller` User
  - `item` TransactionItem
    - `id` integer
    - `type` 1 | 3 | 4 | 5
    - `title` string, nullable
    - `ownReferences` string[], nullable
  - `isMarkedAsPaid` boolean

---

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