v4

latestOpenAPI 3.1.0Proprietaryraw.githubusercontent.com2026-04-277127123.7 KB
Cards

Get card

get/cards/{uuid}

Path parameters

uuidstring required

Response

Card details

idinteger
selfstring
uuidstring
typestring nullable

Card brand (e.g. VISA, MASTERCARD).

cardholderstring nullable
aliasstring nullable

Masked card number alias (e.g. 4242XXXXXXXX4242).

expirationstring nullable
issuing_countrystring nullable
issuing_bankstring nullable
is_3d_secureboolean nullable
confirmedboolean

Whether the card has been successfully tokenized and confirmed.

payin_typestring nullable

Payment type this card is associated with.

tokenization_linkstring uri nullable

URL to complete card tokenization. Only present immediately after creation.

created_atstring date-time nullable
connectionsConnections

Hypermedia links to related resources.

Example response

{
  "expiration": "12/26"
}