---
title: "Lookup Customer Transactions"
method: GET
path: "/v2/customers/lookup/transactions"
---

# Lookup Customer Transactions

`GET /v2/customers/lookup/transactions`

Retrieve a list of transactions for a specific customer based on identifiers and filters.

## Query parameters

- `identifierName` string, required
- `identifierValue` string, required
- `source` string, required
- `transactionType` string
- `startDate` string, date
- `endDate` string, date
- `localCurrency` boolean
- `transactionId` integer
- `number` string
- `startId` integer
- `endId` integer
- `entityType` string
- `entityCode` string
- `sortOrder` 'ASC' | 'DESC'
- `limit` integer
- `offset` integer
- `embed` string

## Response `200`

Successful response

- object

---

[API](https://skmtc.net/capillarytech/apis/sample-api.md) · [All operations](https://skmtc.net/capillarytech/apis/sample-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/capillarytech/sample-api/versions/de241f2ed9b3/schema)
