Skip to main content
GET
/
commerce
/
customer
/
accounts
/
{accountId}
/
cards
/
{cardId}
Error
A valid request URL is required to generate request examples
{
  "id": "<string>",
  "nameOnCard": "<string>",
  "cardType": "<string>",
  "expireMonth": 123,
  "expireYear": 123,
  "cardNumberPart": "<string>",
  "contactId": 123,
  "isDefaultPayMethod": true
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

accountId
integer<int32>
required
cardId
string
required

Query Parameters

responseFields
string

limits which fields are returned in the response body

Response

Success

id
string | null

Card ID from Payment Service

nameOnCard
string | null
cardType
string | null
expireMonth
integer<int32> | null
expireYear
integer<int32> | null
cardNumberPart
string | null
contactId
integer<int32>
isDefaultPayMethod
boolean