Adyen · Schema

PaymentDetailsRequest

PaymentsFinancial-ServicesFintech

Properties

Name Type Description
authenticationData object Data for 3DS authentication.
details object Use this collection to submit the details that were returned as a result of the `/payments` call.
paymentData string Encoded payment data. For [authorizing a payment after using 3D Secure 2 Authentication-only](https://docs.adyen.com/online-payments/3d-secure/other-3ds-flows/authentication-only/#authorise-the-paymen
threeDSAuthenticationOnly boolean Change the `authenticationOnly` indicator originally set in the `/payments` request. Only needs to be set if you want to modify the value set previously.
View JSON Schema on GitHub

JSON Schema

adyen-paymentdetailsrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PaymentDetailsRequest",
  "title": "PaymentDetailsRequest",
  "properties": {
    "authenticationData": {
      "x-addedInVersion": "69",
      "description": "Data for 3DS authentication.",
      "$ref": "#/components/schemas/DetailsRequestAuthenticationData"
    },
    "details": {
      "description": "Use this collection to submit the details that were returned as a result of the `/payments` call.",
      "$ref": "#/components/schemas/PaymentCompletionDetails"
    },
    "paymentData": {
      "description": "Encoded payment data. For [authorizing a payment after using 3D Secure 2 Authentication-only](https://docs.adyen.com/online-payments/3d-secure/other-3ds-flows/authentication-only/#authorise-the-payment-with-adyen):\n\nIf you received `resultCode`: **AuthenticationNotRequired** in the `/payments` response, use the `threeDSPaymentData` from the same response.\n\nIf you received `resultCode`: **AuthenticationFinished** in the `/payments` response, use the `action.paymentData` from the same response.",
      "maxLength": 200000,
      "type": "string"
    },
    "threeDSAuthenticationOnly": {
      "x-addedInVersion": "40",
      "deprecated": true,
      "x-deprecatedInVersion": "69",
      "x-deprecatedMessage": "Use `authenticationData.authenticationOnly` instead.",
      "description": "Change the `authenticationOnly` indicator originally set in the `/payments` request. Only needs to be set if you want to modify the value set previously.",
      "type": "boolean"
    }
  },
  "required": [
    "details"
  ],
  "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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/adyen-paymentdetailsrequest"
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.