Lithic · Schema

Conditional Action (ACH) Parameters

FintechCard IssuingPaymentsIssuer ProcessorKYCBanking as a Service

Properties

Name Type Description
action object The action to take if the conditions are met.
conditions array
View JSON Schema on GitHub

JSON Schema

lithic-com-conditional-ach-action-parameters-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/conditional-ach-action-parameters",
  "title": "Conditional Action (ACH) Parameters",
  "type": "object",
  "properties": {
    "action": {
      "description": "The action to take if the conditions are met.",
      "$ref": "#/components/schemas/ach-action"
    },
    "conditions": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "attribute": {
            "type": "string",
            "description": "The attribute to target.\n\nThe following attributes may be targeted:\n* `COMPANY_NAME`: The name of the company initiating the ACH transaction.\n* `COMPANY_ID`: The company ID (also known as Standard Entry Class (SEC) Company ID) of the entity initiating the ACH transaction.\n* `TIMESTAMP`: The timestamp of the ACH transaction in ISO 8601 format.\n* `TRANSACTION_AMOUNT`: The amount of the ACH transaction in minor units (cents).\n* `SEC_CODE`: Standard Entry Class code indicating the type of ACH transaction. Valid values include PPD (Prearranged Payment and Deposit Entry), CCD (Corporate Credit or Debit Entry), WEB (Internet-Initiated/Mobile Entry), TEL (Telephone-Initiated Entry), and others.\n* `MEMO`: Optional memo or description field included with the ACH transaction.",
            "enum": [
              "COMPANY_NAME",
              "COMPANY_ID",
              "TIMESTAMP",
              "TRANSACTION_AMOUNT",
              "SEC_CODE",
              "MEMO"
            ]
          },
          "operation": {
            "$ref": "#/components/schemas/conditional-operation"
          },
          "value": {
            "$ref": "#/components/schemas/conditional-value"
          }
        },
        "required": [
          "attribute",
          "operation",
          "value"
        ]
      }
    }
  },
  "required": [
    "action",
    "conditions"
  ]
}

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-conditional-ach-action-parameters"
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.