Funding Sources

Learn about your cards funding source

📘

Starter-only feature

Starter (non-Enterprise) customers should use the Lithic Dashboard to add funding sources.

Funding Source Schema

{
  "created": String,
  "token": String,
  "type": String,
  "state": String,
  "nickname": String,
  "account_name": String,
  "last_four": String
}
createdAn RFC 3339 string representing when this funding source was added to the Lithic account. This may be null
tokenA globally unique identifier for this Funding Source
typeType of funding source, see Enumerations for list
stateState of funding source, see Enumerations for list
nicknameThe nickname given to the Funding Source or null if it has no nickname
account_nameAccount name identifying the funding source. This may be null
last_fourThe last 4 digits of the account (e.g. bank account, debit card) associated with this funding account. This may be null

Enumerations

FundingSource.state

ENABLEDThe funding source is available to use for card creation and transactions
PENDINGThe funding source is still being verified e.g. bank micro-deposits verification

FundingSource.type

DEPOSITORY_CHECKINGBank checking account
DEPOSITORY_SAVINGSBank savings account