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

Licenses Required

  • Vista.Ocapi
Request
path Parameters
memberPaymentCardId
required
string

The member payment card identifier

header Parameters
loyaltySessionToken
string

Current Loyalty session token, represents a 'signed-in' member

Connect-Region-Code
string

Region Code

Responses
200

Success

401

No member authenticated.

404

Payment card does not exist.

get/ocapi/v1/members/current/payment-cards/{memberPaymentCardId}
Request samples
Response samples
application/json
{
  • "id": "string",
  • "cardDetails": {
    },
  • "isPrimary": true,
  • "isUsedForRecurringSubscriptionBilling": true
}