Lithic · Schema
Loan Tape Response
FintechCard IssuingPaymentsIssuer ProcessorKYCBanking as a Service
Properties
| Name | Type | Description |
|---|---|---|
| token | string | Globally unique identifier for a loan tape |
| financial_account_token | string | Globally unique identifier for a financial account |
| date | string | Date of transactions that this loan tape covers |
| created | string | Timestamp of when the loan tape was created |
| updated | string | Timestamp of when the loan tape was updated |
| version | integer | Version number of the loan tape. This starts at 1 |
| ytd_totals | object | |
| period_totals | object | |
| day_totals | object | |
| balances | object | |
| starting_balance | integer | Balance at the start of the day |
| ending_balance | integer | Balance at the end of the day |
| credit_limit | integer | For prepay accounts, this is the minimum prepay balance that must be maintained. For charge card accounts, this is the maximum credit balance extended by a lender |
| available_credit | integer | Amount of credit available to spend in cents |
| excess_credits | integer | Excess credits in the form of provisional credits, payments, or purchase refunds. If positive, the account is in net credit state with no outstanding balances. An overpayment could land an account in |
| account_standing | object | |
| credit_product_token | string | Globally unique identifier for a credit product |
| tier | stringnull | Interest tier to which this account belongs to |
| payment_allocation | object | |
| minimum_payment_balance | object | |
| previous_statement_balance | object | |
| interest_details | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/loan_tape_response",
"title": "Loan Tape Response",
"type": "object",
"properties": {
"token": {
"type": "string",
"description": "Globally unique identifier for a loan tape",
"title": "Loan Tape Token"
},
"financial_account_token": {
"description": "Globally unique identifier for a financial account",
"type": "string",
"format": "uuid"
},
"date": {
"description": "Date of transactions that this loan tape covers",
"type": "string",
"format": "date"
},
"created": {
"description": "Timestamp of when the loan tape was created",
"type": "string",
"format": "date-time"
},
"updated": {
"description": "Timestamp of when the loan tape was updated",
"type": "string",
"format": "date-time"
},
"version": {
"description": "Version number of the loan tape. This starts at 1",
"type": "integer"
},
"ytd_totals": {
"$ref": "#/components/schemas/statement_totals"
},
"period_totals": {
"$ref": "#/components/schemas/statement_totals"
},
"day_totals": {
"$ref": "#/components/schemas/statement_totals"
},
"balances": {
"$ref": "#/components/schemas/balances"
},
"starting_balance": {
"description": "Balance at the start of the day",
"type": "integer"
},
"ending_balance": {
"description": "Balance at the end of the day",
"type": "integer"
},
"credit_limit": {
"description": "For prepay accounts, this is the minimum prepay balance that must be maintained. For charge card accounts, this is the maximum credit balance extended by a lender",
"type": "integer"
},
"available_credit": {
"description": "Amount of credit available to spend in cents",
"type": "integer"
},
"excess_credits": {
"description": "Excess credits in the form of provisional credits, payments, or purchase refunds. If positive, the account is in net credit state with no outstanding balances. An overpayment could land an account in this state",
"type": "integer"
},
"account_standing": {
"$ref": "#/components/schemas/account_standing"
},
"credit_product_token": {
"description": "Globally unique identifier for a credit product",
"type": "string"
},
"tier": {
"description": "Interest tier to which this account belongs to",
"type": [
"string",
"null"
]
},
"payment_allocation": {
"$ref": "#/components/schemas/payment_allocation"
},
"minimum_payment_balance": {
"$ref": "#/components/schemas/balance_details"
},
"previous_statement_balance": {
"$ref": "#/components/schemas/balance_details"
},
"interest_details": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/interest_details"
}
]
}
},
"required": [
"token",
"financial_account_token",
"date",
"created",
"updated",
"version",
"ytd_totals",
"period_totals",
"day_totals",
"credit_limit",
"excess_credits",
"account_standing",
"credit_product_token",
"payment_allocation",
"balances",
"minimum_payment_balance",
"previous_statement_balance",
"starting_balance",
"ending_balance",
"available_credit",
"interest_details"
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/lithic-com-loan-tape-response"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.