---
title: "GET /v1/billing/cards/"
method: GET
path: "/v1/billing/cards/"
tags: ["v1"]
---

# GET /v1/billing/cards/

`GET /v1/billing/cards/`

## Response `200`

- TenantCard[]
  - `id` integer, required
  - `tenant` integer, required
  - `active` boolean
  - `status` 'ok' | 'approved' | 'deleted', required — * `ok` - ok * `approved` - approved * `deleted` - deleted
  - `card_hash` string, required
  - `created_at` string, date-time, required
  - `bank_alias` string, nullable, required
  - `brand_alias` string, nullable, required
  - `expiry_year` string, nullable, required
  - `expiry_month` string, nullable, required
  - `recurring` boolean

---

[API](https://skmtc.net/yume-cloud/apis/yume-api.md) · [All operations](https://skmtc.net/yume-cloud/apis/yume-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yume-cloud/yume-api/versions/90700f5abfcc/schema)
