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

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

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

## Path parameters

- `cardId` string, uuid, required

## Response `200`

Success

- PaymentCardBalanceDto
  - `cardId` string, uuid
  - `balance` number, double
  - `currencyCode` string, nullable

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

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