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
}
created | An RFC 3339 string representing when this funding source was added to the Lithic account. This may be null |
token | A globally unique identifier for this Funding Source |
type | Type of funding source, see Enumerations for list |
state | State of funding source, see Enumerations for list |
nickname | The nickname given to the Funding Source or null if it has no nickname |
account_name | Account name identifying the funding source. This may be null |
last_four | The last 4 digits of the account (e.g. bank account, debit card) associated with this funding account. This may be null |
Enumerations
FundingSource.state
ENABLED | The funding source is available to use for card creation and transactions |
PENDING | The funding source is still being verified e.g. bank micro-deposits verification |
FundingSource.type
DEPOSITORY_CHECKING | Bank checking account |
DEPOSITORY_SAVINGS | Bank savings account |
Updated 6 months ago