Lithic · Schema

Account Standing

FintechCard IssuingPaymentsIssuer ProcessorKYCBanking as a Service

Properties

Name Type Description
period_state object
period_number integer Current overall period number
consecutive_minimum_payments_made integer Number of consecutive minimum payments made
consecutive_minimum_payments_missed integer Number of consecutive minimum payments missed
consecutive_full_payments_made integer Number of consecutive full payments made
days_past_due integer Number of days past due
has_grace boolean Whether the account currently has grace or not
financial_account_state object
View JSON Schema on GitHub

JSON Schema

lithic-com-account-standing-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/account_standing",
  "title": "Account Standing",
  "type": "object",
  "properties": {
    "period_state": {
      "$ref": "#/components/schemas/period_state"
    },
    "period_number": {
      "description": "Current overall period number",
      "type": "integer"
    },
    "consecutive_minimum_payments_made": {
      "description": "Number of consecutive minimum payments made",
      "type": "integer"
    },
    "consecutive_minimum_payments_missed": {
      "description": "Number of consecutive minimum payments missed",
      "type": "integer"
    },
    "consecutive_full_payments_made": {
      "description": "Number of consecutive full payments made",
      "type": "integer"
    },
    "days_past_due": {
      "description": "Number of days past due",
      "type": "integer"
    },
    "has_grace": {
      "description": "Whether the account currently has grace or not",
      "type": "boolean"
    },
    "financial_account_state": {
      "$ref": "#/components/schemas/financial_account_state"
    }
  },
  "required": [
    "period_state",
    "period_number",
    "consecutive_minimum_payments_made",
    "consecutive_minimum_payments_missed",
    "consecutive_full_payments_made",
    "days_past_due",
    "has_grace",
    "financial_account_state"
  ]
}

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.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/lithic-com-account-standing"
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 email required.

A second provider on the same verified email joins the account you already have.