Virtual Cards
List virtual cards
Retrieve all virtual cards for the authenticated company.
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.string
Unique card identifier.
string
Name of the cardholder.
string
Card type. Possible values:
VIRTUAL, PHYSICAL.string
Last 4 digits of the card number.
string
Card status. Possible values:
ACTIVE, DELETED, EXPIRED, FROZEN, INACTIVE, BLOCKED.string
Transaction approval method. Possible values:
NONE, WEBHOOK, TOPUP, DEFI.number
Daily spending limit in USD.
number
Weekly spending limit in USD.
number
Monthly spending limit in USD.
string
3D Secure configuration. Possible values:
AUTOMATIC, FORWARDED, DISABLED.object
Additional metadata including email and OTP phone number.

