Skip to main content
This file provides information on all issued cards.
Card files should include all newly created cards and any cards that have been updated.
For all optional fields where you do not plan to pass through data, please include the header and an empty value.

IDs

FieldDescriptionRequiredData Type
client_card_idUnique ID of the card issued.Requiredstring
account_idUnique ID of an account created through the Account file.Requiredstring
entity_idUnique ID of a customer created through the Customer file or an entity created through the Entity API.Requiredstring
client_card_product_nameThe name of the card product in the client’s system.Requiredstring

Card Metadata

FieldDescriptionRequiredData Type
is_virtualTrue if the card is a virtual card; false if physical.Requiredboolean
card_typeenum
hsa
fsa
consumer
commercial
Requiredenum

Status & Timing

FieldDescriptionRequiredData Type
created_atDatetime the card was created.Requireddatetime
ISO8601
card_statusenum
active
closed
inactive
expired

A closed Card cannot be re-opened and Lead’s system will reject any additional changes or activity reported once it is in a closed status. If there is a chance that activity may still occur on the Card, use the inactive status until it is confirmed that no further activity will occur.
Requiredenum
activated_atDatetime the card was activated and able to charge transactions. Must be >= to created_at and < expiry_date, if expiry_date is presentRequireddatetime
ISO8601
expiry_dateDate the card expires.Requireddate
YYYY-MM-DD
closed_atDatetime the card was closed. Must be >= to created_atRequired if card_status = closeddatetime
ISO8601
closed_reasonThe reason for closing the card.Required if card_status = closedstring
replaced_byThe card ID that replaced this card if expired, lost, or canceled.Optionalstring

Other

FieldDescriptionRequiredData Type
generated_atThe day this file is generated. This should always be the date the file is sent to Lead Bank.Requireddatetime
ISO8601
effective_atThe timestamp of when the related object(s) were polled to collect the information for this record.Requireddatetime
ISO8601