v1

latestOpenAPI 3.0.02026-07-2671142187.3 KB
Customer

Get customer card

get/customers/{customerId}/cards/{cardId}

Path parameters

customerIdinteger required

The Id of the customer

cardIdinteger required

The Id of the card

Response

Successful

idinteger

The id of the card.

cardTokenstring

The card token.

dateCreatedstring

The date when the card is created.

dateUpdatedstring

The date when the card last got updated.

cardHolderNamestring

The cardholder name.

cardF6L4string

The first-six and last-four card numbers.

cardExpirystring

The card expiry date, in MMYY format (total of 4 digits without spaces or slashes).

cardCVVstring

The card CVV (3-4 digits on back of credit card).

Example response

[
  {
    "id": 161462,
    "cardToken": "907af81acc0224e0134949",
    "dateCreated": "2025-01-30 13:35:36",
    "dateUpdated": "2025-01-30 13:35:36",
    "cardHolderName": "John Smith",
    "cardF6L4": "5454545454",
    "cardExpiry": "1257",
    "cardCVV": "100"
  }
]