---
title: "Index card transactions"
method: GET
path: "/v1/cards/{card_id}/transactions"
tags: ["Card transactions"]
---

# Index card transactions

`GET /v1/cards/{card_id}/transactions`

Returns all card transactions associated with the card ID specified in the request URL. Use the filter parameters to narrow down the results according to your needs.

## Path parameters

- `card_id` string, uuid, required

## Query parameters

- `filter[card_transaction_id]` string
- `filter[created_at][min]` string, date-time
- `filter[created_at][max]` string, date-time
- `filter[partner_id]` string
- `filter[iban]` string
- `filter[transaction_key]` string
- `filter[hashed_transaction_key]` string
- `filter[indicators]` 'PREMATURELY_RESOLVED_RESERVATIONS_MATCHED' | 'RESERVED_LESS_THAN_SETTLED' | 'SETTLED_BUT_NOT_RESERVED_BEFORE'
- `filter[status]` 'ACTIVE' | 'EXPIRED' | 'INITIATED' | 'PROCESSED' | 'RESOLVED' | 'REVERSED' | 'SETTLED'
- `filter[approval_code]` string
- `filter[merchant_name]` string
- `filter[merchant_id]` string
- `filter[core_banking_reservation_id]` string
- `filter[core_banking_transaction_id]` string
- `filter[amount]` integer
- `filter[transaction_amount]` integer
- `filter[declined]` boolean
- `page[number]` integer
- `page[size]` integer

## Response `200`

The operation was successful.

- CardTransactionDetailDto[]
  - `id` string, uuid — ID of the transaction.
  - `created_at` string, date-time — UTC timestamp from when the transaction was created.
  - `indicators` 'PREMATURELY_RESOLVED_RESERVATIONS_MATCHED' | 'RESERVED_LESS_THAN_SETTLED' | 'SETTLED_BUT_NOT_RESERVED_BEFORE', nullable — Indicator related to the transaction.
  - `transaction_events` TransactionEventDto[] — Array of events related to the transaction.
    - `source` 'AUTHORIZATION' | 'AUTHORIZATION_DECLINE' | 'CREDIT_TRANSACTION' | 'SETTLEMENT'
    - `acquirer_id` string
    - `amount` string, int64
    - `approval_code` string
    - `card_identifier` string
    - `card_transaction_id` string, uuid
    - `card_id` string
    - `core_banking_reservation_id` string, uuid
    - `core_banking_transaction_id` string
    - `created_at` string, date-time
    - `iban` string
    - `indicators` string
    - `merchant_category_code` string
    - `merchant_id` string
    - `merchant_name` string
    - `merchant_town` string
    - `origin_created_at` string, date-time
    - `origin_updated_at` string, date-time
    - `partner_id` string
    - `pos_entry_mode` string
    - `status` string
    - `terminal_id` string
    - `transaction_amount` string, int64
    - `transaction_key` string
    - `transaction_type` string
    - `interchange_fee_amount` string, int64
    - `id` string, uuid
    - `updated_at` string, date-time
    - `transaction_currency_code` string
    - `fx_rate` string, int64
    - `merchant_country_code` string
    - `acquirer_reference_number` string
    - `transaction_country_code` string
    - `card_holder_authentication_verification_value` string
    - `token_provider` string
    - `token_type` string
    - `token_number` string
    - `decline_reasons` AuthorizationDeclineReasonDto[]
      - `id` string, uuid
      - `type` string
      - `message` string

## Other responses

- `400` — Request validation failed.
- `403` — You are not authorized to perform this action.
- `404` — Not Found.
- `500` — Internal server error.

---

[API](https://skmtc.net/solarisgroup/apis/card-creation-servicing.md) · [All operations](https://skmtc.net/solarisgroup/apis/card-creation-servicing/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarisgroup/card-creation-servicing/revisions/a772504dcc9e/schema)
