---
title: "Search transactions"
method: GET
path: "/payments/transactions"
tags: ["Transactions"]
---

# Search transactions

`GET /payments/transactions`

Search a list of transactions you've previously created. The transactions are ordered by the date of creation.

## Query parameters

- `statuses` string
- `serviceProviders` string
- `limit` integer
- `amountFrom` number
- `amountTo` number
- `from` string
- `to` string
- `before` string
- `after` string
- `apiAccessProfileIds` string
- `customerIds` string
- `externalCustomerIds` string
- `sessionIds` string
- `externalSessionIds` string
- `externalReferenceIds` string
- `types` string
- `orderIds` string
- `serviceProviderTransactionId` string
- `subaccountCustomerIds` string
- `externalSubaccountCustomerIds` string

## Response `200`

Payment transaction found

## Other responses

- `400` — Bad Request : check request values and format
- `401` — Invalid credentials
- `403` — Unauthenticated or authenticated with insufficient access
- `500` — Server Error. This applies to all 5xx errors, including but not limited to 500, 501, 502, 503, and 504 errors. You should treat all of these errors the same.

---

[API](https://skmtc.net/meld/apis/bank-linking.md) · [All operations](https://skmtc.net/meld/apis/bank-linking/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/meld/bank-linking/revisions/818d6079a611/schema)
