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

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

accountId
integer<int32>
required

Query Parameters

responseFields
string

limits which fields are returned in the response body

Response

Success

items
object[] | null
totalCount
integer<int32>