Lithic · Schema
Transaction Event
FintechCard IssuingPaymentsIssuer ProcessorKYCBanking as a Service
Properties
| Name | Type | Description |
|---|---|---|
| account_type | object | |
| amount | integer | Amount of the event in the settlement currency. |
| amounts | object | |
| created | string | RFC 3339 date and time this event entered the system. UTC time zone. |
| network_info | object | |
| network_specific_data | object | |
| detailed_results | array | |
| rule_results | array | |
| effective_polarity | string | Indicates whether the transaction event is a credit or debit to the account. |
| result | object | |
| token | string | Transaction event identifier. |
| type | string | Type of transaction event |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/transaction_event",
"title": "Transaction Event",
"type": "object",
"properties": {
"account_type": {
"$ref": "#/components/schemas/account_type"
},
"amount": {
"description": "Amount of the event in the settlement currency.",
"example": 1000,
"type": "integer",
"deprecated": true
},
"amounts": {
"$ref": "#/components/schemas/transaction_event_amounts"
},
"created": {
"description": "RFC 3339 date and time this event entered the system. UTC time zone.",
"example": "2023-09-26T21:14:28.637Z",
"format": "date-time",
"type": "string"
},
"network_info": {
"$ref": "#/components/schemas/network_info"
},
"network_specific_data": {
"$ref": "#/components/schemas/network_specific_data"
},
"detailed_results": {
"items": {
"$ref": "#/components/schemas/detailed_result"
},
"type": "array"
},
"rule_results": {
"items": {
"$ref": "#/components/schemas/rule_result"
},
"type": "array"
},
"effective_polarity": {
"description": "Indicates whether the transaction event is a credit or debit to the account.",
"example": "DEBIT",
"enum": [
"CREDIT",
"DEBIT"
],
"type": "string"
},
"result": {
"$ref": "#/components/schemas/decline_result"
},
"token": {
"description": "Transaction event identifier.",
"example": "0c2adae9-f535-4505-8c35-421dad9bd0b6",
"format": "uuid",
"type": "string"
},
"type": {
"description": "Type of transaction event",
"example": "CLEARING",
"enum": [
"AUTHORIZATION",
"AUTHORIZATION_ADVICE",
"AUTHORIZATION_EXPIRY",
"AUTHORIZATION_REVERSAL",
"BALANCE_INQUIRY",
"CLEARING",
"CORRECTION_CREDIT",
"CORRECTION_DEBIT",
"CREDIT_AUTHORIZATION",
"CREDIT_AUTHORIZATION_ADVICE",
"FINANCIAL_AUTHORIZATION",
"FINANCIAL_CREDIT_AUTHORIZATION",
"RETURN",
"RETURN_REVERSAL"
],
"type": "string"
}
},
"required": [
"amount",
"amounts",
"created",
"detailed_results",
"effective_polarity",
"result",
"token",
"type",
"rule_results",
"network_info"
]
}
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-transaction-event"
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.