Skip to main content
GET
List cards

Authorizations

Authorization
string
header
required

Cognito JWT token for regular user authentication

Response

Response for status 200

id
string
required

The unique identifier for the card

status
enum<string>
required
Available options:
active,
frozen,
not_activated,
cancelled
type
enum<string>
required
Available options:
physical,
virtual
country
string
required

The country code (e.g., US)

currency
string
required

The currency code (e.g., USD)

last4
string
required

The last 4 digits of the card number

limit
object | null
required

The spend limit for the card, or null if not set

payable
boolean
required

Whether the card can be used for payments

renderSecret
string
required

The secret used for rendering sensitive card details

createdAt
string
required

ISO 8601 timestamp of card creation