---
title: "GET /api/payment-cards/{cardId}/transactions"
method: GET
path: "/api/payment-cards/{cardId}/transactions"
tags: ["ApiPaymentCards"]
---

# GET /api/payment-cards/{cardId}/transactions

`GET /api/payment-cards/{cardId}/transactions`

## Path parameters

- `cardId` string, uuid, required

## Query parameters

- `skip` integer
- `take` integer

## Response `200`

Success

- PaymentCardTransactionsResultDto
  - `items` PaymentCardTransactionDto[], nullable
    - `id` integer
    - `cardId` string, uuid
    - `type` string, nullable
    - `status` string, nullable
    - `billingCurrency` string, nullable
    - `billingAmount` number, double, nullable
    - `billingTransactionFee` number, double, nullable
    - `transactionCurrency` string, nullable
    - `transactionAmount` string, nullable
    - `merchantName` string, nullable
    - `description` string, nullable
    - `cardBalanceBefore` number, double, nullable
    - `cardBalanceAfter` number, double, nullable
    - `occurTime` string, date-time, nullable
    - `failureReason` string, nullable
  - `totalCount` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.dev/binibit/apis/webapp.md) · [All operations](https://skmtc.dev/binibit/apis/webapp/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/binibit/webapp/revisions/975d0a2e9e7d/schema)
