Customers
List customer cards
get/customers/{uuid}/cards
Path parameters
uuidstring required
Customer UUID.
Response
List of tokenized cards
Example response
{
"data": [
{
"expiration": "12/26"
}
]
}Customer UUID.
List of tokenized cards
{
"data": [
{
"expiration": "12/26"
}
]
}