---
title: "Gets a member payment card for the currently authenticated member by its unique identifier"
method: GET
path: "/ocapi/v1/members/current/payment-cards/{memberPaymentCardId}"
tags: ["Payments"]
---

# Gets a member payment card for the currently authenticated member by its unique identifier

`GET /ocapi/v1/members/current/payment-cards/{memberPaymentCardId}`

#### Licenses Required


- Vista.Ocapi

## Path parameters

- `memberPaymentCardId` string, required

## Headers

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

## Response `200`

Success

- OcapiV1LoyaltyMembersPaymentCardsMemberPaymentCard — Represents a payment card belonging to a member
  - `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

- `401` — No member authenticated.
- `404` — Payment card does not exist.

---

[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)
