---
title: "GET /api/payment-cards/transfers"
method: GET
path: "/api/payment-cards/transfers"
tags: ["ApiPaymentCards"]
---

# GET /api/payment-cards/transfers

`GET /api/payment-cards/transfers`

## Query parameters

- `cardId` string, uuid

## Response `200`

Success

- PaymentCardTransferDto[]
  - `id` string, uuid
  - `cardId` string, uuid
  - `userId` string, nullable
  - `direction` 10 | 20
  - `status` 10 | 20 | 30 | 40
  - `failureReason` 0 | 10 | 20 | 30
  - `currencyCode` string, nullable
  - `amount` number, double
  - `feeAmount` number, double
  - `netAmount` number, double
  - `errorMessage` string, nullable
  - `dateCreated` string, date-time
  - `dateCompleted` string, date-time, nullable

## Other responses

- `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)
