Lithic · Schema
Velocity Limits Filters
FintechCard IssuingPaymentsIssuer ProcessorKYCBanking as a Service
Properties
| Name | Type | Description |
|---|---|---|
| include_mccs | nullarray | Merchant Category Codes to include in the velocity calculation. Transactions not matching this MCC will not be included in the calculated velocity. |
| exclude_mccs | nullarray | Merchant Category Codes to exclude from the velocity calculation. Transactions matching this MCC will be excluded from the calculated velocity. |
| include_countries | nullarray | ISO-3166-1 alpha-3 Country Codes to include in the velocity calculation. Transactions not matching any of the provided will not be included in the calculated velocity. |
| exclude_countries | nullarray | ISO-3166-1 alpha-3 Country Codes to exclude from the velocity calculation. Transactions matching any of the provided will be excluded from the calculated velocity. |
| include_pan_entry_modes | nullarray | PAN entry modes to include in the velocity calculation. Transactions not matching any of the provided will not be included in the calculated velocity. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/velocity-limit-filters",
"title": "Velocity Limits Filters",
"type": "object",
"properties": {
"include_mccs": {
"type": [
"null",
"array"
],
"minItems": 1,
"items": {
"type": "string",
"pattern": "^[0-9]{4}$",
"example": "5542"
},
"description": "Merchant Category Codes to include in the velocity calculation. Transactions not matching this MCC will not be included in the calculated velocity."
},
"exclude_mccs": {
"type": [
"null",
"array"
],
"minItems": 1,
"items": {
"type": "string",
"pattern": "^[0-9]{4}$",
"example": "5542"
},
"description": "Merchant Category Codes to exclude from the velocity calculation. Transactions matching this MCC will be excluded from the calculated velocity."
},
"include_countries": {
"type": [
"null",
"array"
],
"minItems": 1,
"items": {
"type": "string",
"pattern": "^[A-Z]{3}$",
"example": "USD"
},
"description": "ISO-3166-1 alpha-3 Country Codes to include in the velocity calculation. Transactions not matching any of the provided will not be included in the calculated velocity."
},
"exclude_countries": {
"type": [
"null",
"array"
],
"minItems": 1,
"items": {
"type": "string",
"pattern": "^[A-Z]{3}$",
"example": "USD"
},
"description": "ISO-3166-1 alpha-3 Country Codes to exclude from the velocity calculation. Transactions matching any of the provided will be excluded from the calculated velocity."
},
"include_pan_entry_modes": {
"type": [
"null",
"array"
],
"minItems": 1,
"items": {
"type": "string",
"enum": [
"AUTO_ENTRY",
"BAR_CODE",
"CONTACTLESS",
"CREDENTIAL_ON_FILE",
"ECOMMERCE",
"ERROR_KEYED",
"ERROR_MAGNETIC_STRIPE",
"ICC",
"KEY_ENTERED",
"MAGNETIC_STRIPE",
"MANUAL",
"OCR",
"SECURE_CARDLESS",
"UNSPECIFIED",
"UNKNOWN"
]
},
"description": "PAN entry modes to include in the velocity calculation. Transactions not matching any of the provided will not be included in the calculated velocity."
}
}
}
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-velocity-limit-filters"
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.