Lithic · Schema
customer-tokenization-decision
Contains the metadata for the customer tokenization decision.
FintechCard IssuingPaymentsIssuer ProcessorKYCBanking as a Service
Properties
| Name | Type | Description |
|---|---|---|
| latency | string | Time in ms it took for the customer's URL to respond |
| outcome | string | The outcome of the customer's decision |
| responder_url | string | The customer's subscribed URL |
| response_code | string | The response code that the customer provided |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/customer-tokenization-decision",
"title": "customer-tokenization-decision",
"description": "Contains the metadata for the customer tokenization decision.",
"type": "object",
"properties": {
"latency": {
"description": "Time in ms it took for the customer's URL to respond",
"example": "100",
"type": "string"
},
"outcome": {
"description": "The outcome of the customer's decision",
"enum": [
"APPROVED",
"DECLINED",
"ERROR",
"INVALID_RESPONSE",
"REQUIRE_ADDITIONAL_AUTHENTICATION",
"TIMEOUT"
],
"example": "APPROVED",
"type": "string"
},
"responder_url": {
"description": "The customer's subscribed URL",
"example": "https://example.com",
"type": "string"
},
"response_code": {
"description": "The response code that the customer provided",
"example": "123456",
"type": "string"
}
},
"required": [
"outcome",
"responder_url"
]
}
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-customer-tokenization-decision"
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.