Skip to main content
GET
Retrieves a list of all virtual cards for the authenticated company. Requires an API key with access level 1 or higher.

Response

Returns an array of virtual card objects.
id
string
Unique card identifier.
card_holder_name
string
Name of the cardholder.
type
string
Card type. Possible values: VIRTUAL, PHYSICAL.
last4
string
Last 4 digits of the card number.
status
string
Card status. Possible values: ACTIVE, DELETED, EXPIRED, FROZEN, INACTIVE, BLOCKED.
approval_method
string
Transaction approval method. Possible values: NONE, WEBHOOK, TOPUP, DEFI.
daily_limit
number
Daily spending limit in USD.
weekly_limit
number
Weekly spending limit in USD.
monthly_limit
number
Monthly spending limit in USD.
forwarded_3ds_type
string
3D Secure configuration. Possible values: AUTOMATIC, FORWARDED, DISABLED.
meta
object
Additional metadata including email and OTP phone number.