Get Card Details

Lets you update details of existing cards in bulk.

Get Card Details API allows you to retrieve complete information about a specific card using its unique card number. It returns card identifiers, status, series and customer details, as well as any configured custom or extended fields. This API does not update any card information.

👍

Note

For detailed information about the APIs and for hands-on testing, refer to the API overview documentation and step-by-step guide on making your first API call.

Prerequisites

  • Basic Authentication
  • Default access group

Resource information

HTTP methodGET
AuthenticationBasic
Pagination supported?NO
Rate limitYES
Batch supportNO

Response Parameters

Parameter (parameters marked by * are mandatory)DataTypeDescription
cardId*intUnique identifier for the card.
issuedDatestringDate and time when the card was issued.
createdDatestringDate when the card was created.
expiryDaysintNumber of days after issuance when the card will expire.
seriesNamestringName of the card series.
customerIdintUnique identifier of the customer associated with the card.
maxActiveCardsintMaximum number of active cards allowed.
entityCodestringCode of the entity associated with the card.
cardExternalIdstringExternal identifier for the card.
customFieldsobjectCustom field data as key-value pairs.
typestringType of card (e.g., DIGITAL).
cardNumberstringCard number assigned.
seriesIdintUnique identifier of the card series.
seriesCodestringCode of the card series.
orgIdintOrganization identifier.
entityIdintEntity identifier linked to the card.
statusInfoobjectStatus details of the card.
— reasonstringReason for the current status (if any).
— createdByintIdentifier of the user who created this status entry.
— actionsarrayList of actions related to status updates.
— autoUpdateTimestringDate when status was automatically updated.
— createdOnstringDate and time when the status was created.
— entityIdintEntity identifier related to this status.
— idintUnique identifier for the status entry.
— isActivebooleantrue if active; false if inactive.
— labelIdintIdentifier for the status label.
— labelstringLabel description of the status (e.g., ACTIVE).
— statusstringStatus code (e.g., ACTIVE).
idintUnique identifier for the card object.
activeAndDigitalbooleanIndicates if the card is both active and digital.
transactionNotAllowedbooleanIndicates if transactions are disallowed on this card.
expiryDatestringExpiry date and time of the card (ISO 8601 format).
warningsarrayList of warnings, if any.
Language
Credentials
Basic
base64
:
URL
Click Try It! to start a request and see the response here!