Card
List cards
List the credit cards associated with the current user.
get/card
Response
List of cards associated with the user.
Example response
{
"data": [
{
"id": "crd_XXXXXXXXXXXXXXXXXXXXXXXXX",
"brand": "Visa",
"expiration": {
"month": 12,
"year": 2023
},
"last4": "1234",
"created": "2024-06-29T19:36:19.000Z"
}
]
}