Lithic · Schema

asa_request_card

Card object in ASA

FintechCard IssuingPaymentsIssuer ProcessorKYCBanking as a Service

Properties

Name Type Description
last_four string Last four digits of the card number
memo string Customizable name to identify the card
spend_limit integer Amount (in cents) to limit approved authorizations. Purchase requests above the spend limit will be declined (refunds and credits will be approved). Note that while spend limits are enforced based on
spend_limit_duration string Note that to support recurring monthly payments, which can occur on different day every month, the time window we consider for MONTHLY velocity starts 6 days after the current calendar date one month
state string
type object
token string Globally unique identifier for the card.
View JSON Schema on GitHub

JSON Schema

lithic-com-asa-request-card-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/asa_request_card",
  "title": "asa_request_card",
  "description": "Card object in ASA",
  "type": "object",
  "required": [
    "last_four",
    "memo",
    "spend_limit",
    "spend_limit_duration",
    "state",
    "token",
    "type"
  ],
  "properties": {
    "last_four": {
      "description": "Last four digits of the card number",
      "type": "string"
    },
    "memo": {
      "description": "Customizable name to identify the card",
      "type": "string"
    },
    "spend_limit": {
      "description": "Amount (in cents) to limit approved authorizations. Purchase requests above the spend limit will be declined (refunds and credits will be approved).\n\nNote that while spend limits are enforced based on authorized and settled volume on a card, they are not recommended to be used for balance or reconciliation-level accuracy. Spend limits also cannot block force posted charges (i.e., when a merchant sends a clearing message without a prior authorization).",
      "type": "integer",
      "format": "int64"
    },
    "spend_limit_duration": {
      "description": "Note that to support recurring monthly payments, which can occur on different day every month, the time window we consider for MONTHLY velocity starts 6 days after the current calendar date one month prior.",
      "type": "string",
      "enum": [
        "ANNUALLY",
        "FOREVER",
        "MONTHLY",
        "TRANSACTION"
      ]
    },
    "state": {
      "type": "string",
      "enum": [
        "CLOSED",
        "OPEN",
        "PAUSED",
        "PENDING_ACTIVATION",
        "PENDING_FULFILLMENT"
      ]
    },
    "type": {
      "$ref": "#/components/schemas/card-type"
    },
    "token": {
      "description": "Globally unique identifier for the card.",
      "type": "string",
      "format": "uuid"
    }
  }
}

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-asa-request-card"
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.