---
title: "List Transactions"
method: GET
path: "/transactions"
tags: ["Transactions API"]
---

# List Transactions

`GET /transactions`

## Query parameters

- `transaction_type` 'charge', required
- `allow_marqeta_view` boolean
- `before` string
- `after` string
- `limit` string
- `before_date` string
- `after_date` string
- `before_timestamp` string
- `after_timestamp` string
- `query` string
- `merchant_id` string
- `expand` string

## Headers

- `Has-Strict-Validation` boolean

## Response `200`

HTTP 200 OK

## Other responses

- `400` — HTTP 400 Bad Request
- `401` — HTTP 401 Unauthorized
- `404` — HTTP 404 Not Found

---

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