Properties
| Name | Type | Description |
|---|---|---|
| threeDSReqPriorAuthData | string | Data that documents and supports a specific authentication process. Maximum length: 2048 bytes. |
| threeDSReqPriorAuthMethod | string | Mechanism used by the Cardholder to previously authenticate to the 3DS Requestor. Allowed values: * **01** Frictionless authentication occurred by ACS. * **02** Cardholder challenge occurred by ACS. * |
| threeDSReqPriorAuthTimestamp | string | Date and time in UTC of the prior cardholder authentication. Format: YYYYMMDDHHMM |
| threeDSReqPriorRef | string | This data element provides additional information to the ACS to determine the best approach for handing a request. This data element contains an ACS Transaction ID for a prior authenticated transactio |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ThreeDSRequestorPriorAuthenticationInfo",
"title": "ThreeDSRequestorPriorAuthenticationInfo",
"properties": {
"threeDSReqPriorAuthData": {
"description": "Data that documents and supports a specific authentication process. Maximum length: 2048 bytes.",
"type": "string"
},
"threeDSReqPriorAuthMethod": {
"description": "Mechanism used by the Cardholder to previously authenticate to the 3DS Requestor. Allowed values:\n* **01** Frictionless authentication occurred by ACS.\n* **02** Cardholder challenge occurred by ACS.\n* **03** AVS verified.\n* **04** Other issuer methods.",
"enum": [
"01",
"02",
"03",
"04"
],
"maxLength": 2,
"minLength": 2,
"type": "string"
},
"threeDSReqPriorAuthTimestamp": {
"description": "Date and time in UTC of the prior cardholder authentication. Format: YYYYMMDDHHMM",
"maxLength": 12,
"minLength": 12,
"type": "string"
},
"threeDSReqPriorRef": {
"description": "This data element provides additional information to the ACS to determine the best approach for handing a request. This data element contains an ACS Transaction ID for a prior authenticated transaction. For example, the first recurring transaction that was authenticated with the cardholder. Length: 30 characters.",
"maxLength": 36,
"minLength": 36,
"type": "string"
}
},
"type": "object"
}
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/adyen-threedsrequestorpriorauthenticationinfo"
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.