v1
latestOpenAPI 3.0.22026-07-26128245430.3 KBCards
Retrieve a card account
Retrieve the card account with the specified ID
get/customers/{customerID}/card_accounts/{cardAccountID}
Response
The retrieved card account
Example response
{
"card_details": {
"last_4": "1264",
"expiry": "10/24",
"bin": "44325280"
}
}