---
title: "Get card by card_id"
method: GET
path: "/v1/cards/{card_id}"
tags: ["Cards"]
---

# Get card by card_id

`GET /v1/cards/{card_id}`

Get card by card_id

## Path parameters

- `card_id` string, required

## Response `200`

The record has been successfully getted

- EdubankCardDetails
  - `seller_id` string, required — Seller id
  - `buyer_id` string, required — Associated buyer id
  - `card_id` string, required — Card id
  - `created_at` string, required — Date/Time when the card was created
  - `updated_at` string — Date/time the card was updated
  - `card_brand` string, required — Card brand
  - `first4_digits` string, required — First 4 digits of the card
  - `last4_digits` string, required — Last 4 digits of the card
  - `expiration_month` string, required — Expiration Month of the card
  - `expiration_year` string, required — Expiration Year of the card
  - `holder_name` string, required — Card holder name
  - `is_active` boolean — Active card
  - `is_valid` boolean — Valid card

## Other responses

- `400` — Client specified an invalid argument, request body or query param
- `401` — The user is unauthorized
- `403` — Authenticated user is not allowed to access this resource
- `404` — The resource was not found
- `408` — Request timeout
- `429` — Too many requests
- `500` — Internal server error

---

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