v1
latestOpenAPI 3.0.32026-07-248079274.0 KBCards
Get card details
Retrieve all the details of a specific card by adding the relating card_id to the URL.
get/cards/{card_id}
Path parameters
card_idstring uuid required
Unique ID assigned by Acquired.com for the card.
Query parameters
filterstring
Filter the parameters that you want to return within the response.
Response
OK
Example response
{
"card": {
"holder_name": "E Johnson",
"scheme": "visa",
"number": "8710",
"expiry_month": 10,
"expiry_year": 30,
"network_token": "active"
},
"bin": {
"number": "424242",
"type": "debit",
"product": "consumer",
"card_level": "standard",
"issuer": "acquired.com",
"issuer_country": "united kingdom",
"issuer_country_code": "gb"
},
"source": "card",
"is_active": true
}