tokenization-request-base
Base properties shared by both tokenization decisioning requests (with response) and without
FintechCard IssuingPaymentsIssuer ProcessorKYCBanking as a Service
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/tokenization-request-base",
"title": "tokenization-request-base",
"description": "Base properties shared by both tokenization decisioning requests (with response) and without",
"type": "object",
"properties": {
"account_token": {
"description": "Unique identifier for the user tokenizing a card",
"example": "00000000-0000-0000-0000-000000000002",
"type": "string"
},
"card_token": {
"description": "Unique identifier for the card being tokenized",
"example": "00000000-0000-0000-0000-000000000001",
"type": "string"
},
"created": {
"description": "Indicate when the request was received from Mastercard or Visa",
"format": "date-time",
"type": "string"
},
"device": {
"$ref": "#/components/schemas/device"
},
"issuer_decision": {
"description": "Whether Lithic decisioned on the token, and if so, what the decision was. APPROVED/VERIFICATION_REQUIRED/DENIED.",
"enum": [
"APPROVED",
"DENIED",
"VERIFICATION_REQUIRED"
],
"example": "APPROVED",
"type": "string"
},
"tokenization_channel": {
"description": "The channel through which the tokenization was made.",
"enum": [
"DIGITAL_WALLET",
"MERCHANT"
],
"example": "DIGITAL_WALLET",
"type": "string"
},
"tokenization_source": {
"description": "The source of the tokenization.",
"enum": [
"ACCOUNT_ON_FILE",
"CONTACTLESS_TAP",
"MANUAL_PROVISION",
"PUSH_PROVISION",
"TOKEN",
"UNKNOWN"
],
"example": "PUSH_PROVISION",
"type": "string"
},
"tokenization_token": {
"description": "Unique identifier for the digital wallet token attempt",
"type": "string"
},
"wallet_decisioning_info": {
"$ref": "#/components/schemas/wallet-decisioning-info"
}
},
"required": [
"account_token",
"card_token",
"created",
"issuer_decision",
"tokenization_channel",
"tokenization_token",
"wallet_decisioning_info"
]
}
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-tokenization-request-base"
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.