---
title: "Returns available payment card details for user, optionally filtered by nameOnCard."
method: GET
path: "/wallet/admin/{userId}/paymentcards"
tags: ["wallet"]
---

# Returns available payment card details for user, optionally filtered by nameOnCard.

`GET /wallet/admin/{userId}/paymentcards`

Returns available payment card details for user, optionally filtered by nameOnCard

## Query parameters

- `nameOnCard` string
- `dateTimeOnly` string, date-time
- `dateTime` string, date-time
- `dateTime2616` string, date-time
- `date` string, date
- `time` string, date-time
- `orderBy` string
- `direction` 'ASC' | 'DESC'

## Response `200`

No description available

- PaymentCard[]
  - `id` string, required
  - `pan` string, required — Must be sixteen digits, optionally in blocks of 4 separated by a dash
  - `cvc` string, required — Card Verification Code
  - `startDate` string, required — Must be in one of these four formats: MM/YY MMYY MMYYYY MM/YYYY
  - `expiryDate` string, required — Must be in one of these four formats: MM/YY MMYY MMYYYY MM/YYYY
  - `nameOnCard` string, required
  - `creationDate` string, date-time
  - `balance` Currency — Schema defining monetary amount in given currency.
    - `amount` string, required — The amount in the specified currency
    - `currencyCode` string, required — The alpha-3 code (complying with ISO 4217) of the currency that qualifies the amount
  - `apr` number
  - `cardtype` 'CREDIT' | 'DEBIT' | 'PREPAID'

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `403` — Forbidden
- `404` — NotFound
- `406` — NotAcceptable
- `415` — UnsupportedMediaType
- `500` — InternalServerError

---

[API](https://skmtc.net/backbase/apis/wallet-test-service-api.md) · [All operations](https://skmtc.net/backbase/apis/wallet-test-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/backbase/wallet-test-service-api/versions/5d24d5e7db87/schema)
