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
string
required

Card id for detalization

Response

OK

id
string
read-only

Unique Card id (UUID string)

walletId
string
read-only

Wallet UUID

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

Masked Card Number

Example:

"474359******5050"

status
enum<string>

Card status

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

Cardholder name

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

List of true\false permissions

updatedAt
integer

Updated timestamp in seconds

Example:

1666666666

isSmsBalanceNotification
boolean

Is Payment Balance Sms Notification Enabled

Example:

false

designId
string

Design Id code

Example:

"AIV"

version
integer

The latest version of the update

Example:

1