Skip to main content
GET
Get detailed information about card

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

Card id for detalization

Query Parameters

expand
enum<string>[]
Available options:
password,
cvv,
pin,
number,
limits,
phone3ds

Response

OK

id
integer
read-only

Unique Card id

uuid
string
read-only

Unique Card id (UUID string)

wallet_id
integer
read-only

Wallet ID

type
enum<string>
read-only
Available options:
ChipAndPin,
Virtual,
Disposable
masked_number
string
read-only

Masked Card Number

Example:

"474359******5050"

status
enum<string>

Card status

Available options:
ORDERED,
DISPATCHED,
ACTIVE,
BLOCKED,
CLOSED
validUntilDate
string
read-only
cardholder_name
string

Cardholder name

notification
object | null
orderInfo
object | null
permissions
object
read-only

List of true\false permissions

updatedAtMs
integer

Updated timestamp in milliseconds

Example:

1666666666999

isSmsBalanceNotification
boolean

Is Payment Balance Sms Notification Enabled

Example:

false

designId
string

Design Id code

Example:

"AIV"

password
string

3d secure password

Example:

"Aa123!qweqwe"

cvv
string

Card CVV

Example:

1234

pin
string

Card PIN

Example:

1234

number
string
read-only

Card Number

Example:

4743591235635050

phone3ds
string
read-only

3d secure phone

Example:

"+48511155588"

limits
object