Lithic · Schema
3DS Challenge object
Represents a challenge object for 3DS authentication
FintechCard IssuingPaymentsIssuer ProcessorKYCBanking as a Service
Properties
| Name | Type | Description |
|---|---|---|
| challenge_method_type | string | The type of challenge method issued to the cardholder |
| start_time | string | ISO-8601 time at which the challenge has started |
| expiry_time | string | ISO-8601 time at which the challenge expires |
| app_requestor_url | stringnull | Fully qualified app URL of the merchant app. This should be used to redirect the cardholder back to the merchant app after completing an app-based challenge. This URL will only be populated if the 3DS |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/challenge",
"title": "3DS Challenge object",
"type": "object",
"description": "Represents a challenge object for 3DS authentication",
"properties": {
"challenge_method_type": {
"type": "string",
"description": "The type of challenge method issued to the cardholder",
"enum": [
"OUT_OF_BAND"
]
},
"start_time": {
"type": "string",
"description": "ISO-8601 time at which the challenge has started",
"format": "date-time"
},
"expiry_time": {
"type": "string",
"description": "ISO-8601 time at which the challenge expires",
"format": "date-time"
},
"app_requestor_url": {
"type": [
"string",
"null"
],
"description": "Fully qualified app URL of the merchant app. This should be used to redirect the cardholder back to the merchant app after completing an app-based challenge. This URL will only be populated if the 3DS Requestor App is provided to the 3DS SDK.",
"format": "uri"
}
},
"required": [
"challenge_method_type",
"start_time",
"expiry_time"
]
}
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-challenge"
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.