List Cards
List of cards matching query parameters
Query parameters
The last 4 digits of the card PAN
The postal code of a card user
The unique identifier of a customer
The brand of a card product
The brand of a card product
The BIN number that prefixes a card PAN (first 6 or 8 digits)
emboss name
The type of the card program and BIN
Indicates the type of card
PHYSICAL or VIRTUAL.
The format of the card
Optional pagination token to be provided to retrieve subsequent pages, returned from previous get
The status indicating the card lifecycle state
The status of a card
The unique identifier of a cards product
Account ID(s). Multiple IDs can be provided as a comma-separated list.
[ "7d943c51-e4ff-4e57-9558-08cab6b963c7" ]
Maximum number of objects to return per page. If the limit is greater than 100, then it will be set to 100.
The barcode associated with a card
The date representing when the card would expire at
Specifies the sort order for the returned cards.
Response
Cards
Example response
{
"next_page_token": "a8937a0d",
"cards": [
{
"account_id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
"business_id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
"card_product_id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
"creation_time": "2010-05-06T12:23:34.321Z",
"customer_id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
"emboss_name": {
"line_1": "Jane Smith",
"line_2": "Acme Inc."
},
"expiration_month": "06",
"expiration_time": "2010-05-06T12:23:34.321Z",
"expiration_year": "25",
"id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
"is_pin_set": true,
"last_four": "1234",
"last_modified_time": "2010-05-06T12:23:34.321Z",
"reissued_from_id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
"reissued_to_id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
"timestamp_pin_set": "2010-05-06T12:23:34.321Z",
"tenant": "abcdef_ghijkl"
}
]
}