---
title: "Fetch all cards transactions"
method: GET
path: "/cards/transactions"
---

# Fetch all cards transactions

`GET /cards/transactions`

## Query parameters

- `query` string
- `from` string
- `to` string
- `type` string
- `status` string

## Response `200`

200

- object
  - `code` integer
  - `data` object
    - `message` string
    - `transactions` object[]
      - `id` integer
      - `date` string
      - `authorization` object
        - `currency` string
        - `amount` string
      - `merchant` object
        - `name` string
        - `city` string
        - `country` string
        - `logo` string
      - `status` string
      - `currency` string
      - `amount` string
      - `createdAt` string
      - `processedAt` string
      - `balanceBefore` string
      - `balanceAfter` string
      - `type` string
    - `limit` integer
    - `page` integer
    - `total` integer
  - `success` boolean

## Other responses

- `400` — 400

---

[API](https://skmtc.net/eversend/apis/authentication.md) · [All operations](https://skmtc.net/eversend/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eversend/authentication/revisions/7c1b8e2a0830/schema)
