---
title: "Get Partner Card Details"
method: GET
path: "/partner_cards/{identifier}"
tags: ["Cards"]
---

# Get Partner Card Details

`GET /partner_cards/{identifier}`

Retrieve detailed information about a specific partner card using its identifier. This endpoint provides complete card information including current status, spending details, and metadata.

## Path parameters

- `identifier` string, required

## Headers

- `Content-Type` string
- `Authorization` string

## Response `200`

Successful response

- object
  - `cardHolderName` string — Name of the card holder
  - `expiryDate` string — Card expiry date in MM/YY format
  - `cardLast4` string — Last 4 digits of the card number
  - `status` 'active' | 'inactive' | 'expired' | 'terminated' — Current status of the card
  - `bookingId` string — Booking reference associated with the card
  - `createdAt` string, date-time — Card creation timestamp
  - `updatedAt` string, date-time — Card last update timestamp
  - `id` string — Unique card identifier
  - `amount` number — Card amount limit
  - `totalSpend` number — Total amount spent on the card

## Other responses

- `403` — Unauthorised
- `404` — Card not found
- `500` — Unexpected error

---

[API](https://skmtc.net/mamopay/apis/cards.md) · [All operations](https://skmtc.net/mamopay/apis/cards/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mamopay/cards/versions/9bdabbad57b0/schema)
