---
title: "Fetch customer's payment details"
method: GET
path: "/customers/{customerId}/payment_details"
---

# Fetch customer's payment details

`GET /customers/{customerId}/payment_details`

Use `customers/:customerId/payment_details` endpoint to fetch a customer payment details. Payment details hold selected information (e.g. card expiration date) of the complete set of payment details or tokens to reference this data.

## Path parameters

- `customerId` string, required

## Response `200`

200

## Other responses

- `400` — 400

---

[API](https://skmtc.net/cleeng/apis/mediastore-api.md) · [All operations](https://skmtc.net/cleeng/apis/mediastore-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cleeng/mediastore-api/revisions/00cbfe7998a4/schema)
