---
title: "Get card transactions"
method: GET
path: "/api/v1/transactions/card"
tags: ["Obsolete"]
---

# Get card transactions

`GET /api/v1/transactions/card`

Reads a page of card transactions associated with user. </br>This method is deprecated and will be removed in the future.

## Query parameters

- `page_number` integer
- `page_size` integer
- `sort` 'name' | 'usage'

## Response `200`

OK

- ResponseCardTransactionsResponse
  - `data` ResponseCardTransactionResponse[], required
    - `card_amount` ResponseCardTransactionResponseCardAmount
      - `amount` number, required — The transaction amount in the currency that was charged from card wallet (e.g., 100.00)
      - `currency` string, required — Token symbol that was charged from the card wallet (e.g., USDT, DAI, USDC)
    - `card_id` string, required — Unique identifier of the card with which the transaction was made
    - `comment` string — Comment or note about the transaction
    - `created_at` string, required — Date the transaction was created
    - `direction` string, required — The direction of the transaction (Inbound - money was received, Outbound - money was sent) Enum: ["Inbound","Outbound"]
    - `id` string, required — Unique identifier of the transaction
    - `merchant_amount` ResponseCardTransactionResponseMerchantAmount
      - `amount` number, required — The transaction amount in the currency of the merchant (e.g., 100.00)
      - `currency` string, required — ISO 4217 currency code (e.g., USD)
    - `merchant_details` ResponseCardTransactionResponseMerchantDetails
      - `full_address` string — Full address line of the merchant location (e.g. 123 Main St, New York, NY 10001)
      - `latitude` string — Latitude of the merchant location
      - `logo_url` string — The link to the merchant's logo (e.g. https://starbucks.com/logo.png)
      - `longitude` string — Longitude of the merchant location
      - `name` string, required — The name of the merchant where the transaction was made (e.g., Starbucks)
      - `website` string — The website of the merchant (e.g. https://starbucks.com)
    - `status` string, required — Transaction status Enum: ["Pending","Completed","Failed"]
    - `status_reason` string — Reason for the transaction status (optional)
    - `type` string, required — The type of the transaction (POS - Point of Sale, ePOS - Electronic Point of Sale, ATM - Automated Teller Machine) Enum: ["POS","ePOS","ATM"]
    - `updated_at` string — Date the transaction was last updated

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.dev/wirexapp/apis/wirex-baas-api.md) · [All operations](https://skmtc.dev/wirexapp/apis/wirex-baas-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wirexapp/wirex-baas-api/revisions/b95a180790b1/schema)
