Get Card List
Retrieves a paginated list of cards for the authenticated user.
Parameter
Type
Required
Description
{
"count": 25,
"cards": [
{
"created": "2026-01-15T10:30:00.000Z",
"blocked": "2025-07-04T12:33:05.916Z",
"san": "1234567890",
"pan": "************7527",
"expyear": 2026,
"expmonth": 12,
"currency": "USD",
"cardsystem": "VISA",
"cardname": "My Card"
},
{
"created": "2026-01-10T08:15:30.000Z",
"san": "0987654321",
"pan": "************2345",
"expyear": 2027,
"expmonth": 6,
"currency": "EUR",
"cardsystem": "MC",
"cardName": "Business Card",
}
]
}Field
Type
Description
Last updated