cards

List Cards

get/v2/cards/

Query parameters

customerstring
Example:cust_yWYfCSzsUUhr9KwMv7vuLZHX
startinteger
limitinteger

Response

Successful Response

Example response

{
  "range": {
    "start": 42,
    "end": 52,
    "limit": 10,
    "count": 1337,
    "has_more": true
  },
  "cards": [
    {
      "brand": "visa",
      "country": "FR",
      "created": "1512518400",
      "exp_month": 12,
      "exp_year": 2022,
      "external_id": "UniqueId123",
      "id": "card_yWYfCSzsUUhr9KwMv7vuLZHX",
      "last4": "4242",
      "name": "My card",
      "zip_code": "75001"
    }
  ]
}

Changes