Customers

List customer cards

get/customers/{uuid}/cards

Path parameters

uuidstring required

Customer UUID.

Response

List of tokenized cards

Example response

{
  "data": [
    {
      "expiration": "12/26"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 4 revisions of this API.