Skip to main content
GET
Get debit card
This feature is in Beta and not ready for production integration.

Authorizations

Authorization
string
header
required

Application (M2M) OAuth2 access token (client credentials).

Headers

X-Organization-ID
string<uuid>

ID of the organization to perform this operation on behalf of. Required for BANK and PLATFORM app token callers targeting a specific organization. If omitted, the request uses the authenticated caller's own organization. Must be a valid non-empty UUID. Present but malformed values return 400.

Path Parameters

id
string<uuid>
required

Response

OK

The detail view of a single debit card. Extends the fields returned by the list endpoint (DebitCardResponse).

id
string<uuid>
required
bankAccountId
string<uuid>
required
billingAddress
object
required

The billing address the issuer holds for this card.

cardBrand
enum<string>
required

The card network (brand) an issued card runs on, such as Visa or Mastercard.

Available options:
UNKNOWN,
VISA,
MASTERCARD,
DISCOVER,
AMERICAN_EXPRESS
cardStatus
enum<string>
required
Available options:
PENDING_ACTIVATION,
ACTIVE,
LOCKED,
CLOSED
cardType
enum<string>
required
Available options:
DIGITAL,
PHYSICAL
cardholderName
string
required
createdAt
string<date-time>
required
expirationDate
string
required
lastFourDigits
string
required
mccGroups
object[]
required

The MCC groups allowed on this card.

reference
string
required
updatedAt
string<date-time>
required
userId
string<uuid>
required
velocityControls
object[]
required

Velocity controls scoped to this card. Single-purchase, daily, and monthly limits appear here as controls with a TRANSACTION, DAY, and MONTH window respectively.

description
null | string
nickname
null | string