---
title: "Gets the list of member payment card entities for the currently authenticated member"
method: GET
path: "/ocapi/v1/members/current/payment-cards"
tags: ["Payments"]
---

# Gets the list of member payment card entities for the currently authenticated member

`GET /ocapi/v1/members/current/payment-cards`

#### Licenses Required


- Vista.Ocapi

## Headers

- `loyaltySessionToken` string
- `Connect-Region-Code` string

## Response `200`

Success

- OcapiV1LoyaltyMembersPaymentCardsMemberPaymentCardListDetails — Represents a list of member payment card entities
  - `cards` OcapiV1LoyaltyMembersPaymentCardsMemberPaymentCard[], required — Gets the list of member payment card entities
    - `id` string, required — Gets the unique identifier
    - `cardDetails` OcapiV1PaymentsPaymentCardDetails, required — Represents the details of a credit, debit, or eftpos card used for a payment
      - `maskedCardNumber` string, required — Gets the masked card number
      - `type` string, nullable — Gets the card type
      - `expiryMonth` integer, nullable — Gets the card expiry month
      - `expiryYear` integer, nullable — Gets the card expiry year
    - `isPrimary` boolean, required — Gets a value indicating whether this is the primary card
    - `isUsedForRecurringSubscriptionBilling` boolean, required — Gets a value indicating whether this card is used for automatic payments for a recurring member subscription

## Other responses

- `400` — Bad Request
- `401` — No member authenticated.

---

[API](https://skmtc.net/vista/apis/vista-digital-platform.md) · [All operations](https://skmtc.net/vista/apis/vista-digital-platform/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vista/vista-digital-platform/revisions/3a81c0aed14e/schema)
