Skip to main content
GET
Get Card Details

Overview

Retrieve full card details including the card number, CVV, and expiration date. This endpoint returns sensitive PCI data that should be handled securely.
Security Notice: This endpoint returns full card details (card number, CVV). Never expose this data in client-side code, logs, or analytics.

Path Parameters

Example Usage

Response Fields

Decline Count: The number of consecutive insufficient-funds declines before automatic suspension depends on the card product — it can be 3, 15, or unlimited depending on the product’s configuration. Monitor declineCount and notify cardholders before reaching their product’s limit.

Authorizations

Authorization
string
header
required

JWT access token obtained from /auth/token

Path Parameters

cardId
string
required

Card ID

Response

Card details retrieved

success
boolean
Example:

true

status
integer
Example:

200

message
string
data
object
meta
object