v1
latestOpenAPI 3.1.02026-07-241660500.9 KBGet a customer's vaulted card account(s)
Get a customer's credit cards on file
get/v3/customercardaccount
Query parameters
idinteger required
Customer id
subIdinteger
CardAccount.Id. Use this param to recall a single cardAccount object
Response
200
Example response
{
"records": [
{
"id": 3403483,
"created": "2018-05-17T16:03:37.353Z",
"cardType": "Visa",
"last4": "1111",
"cardId": "y15QvOteHZGBm7LH3GNIlTWbA1If",
"token": "TL4L9F9LBZVHDC5S33CK6D0YSY",
"expiryMonth": "02",
"expiryYear": "2022"
}
],
"recordCount": 2
}