Adyen · JSON Structure

Checkout Details Request Authentication Data Structure

DetailsRequestAuthenticationData schema from Adyen API

Type: object Properties: 1
PaymentsFinancial ServicesFintech

DetailsRequestAuthenticationData is a JSON Structure definition published by Adyen, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

authenticationOnly

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/checkout-details-request-authentication-data-structure.json",
  "description": "DetailsRequestAuthenticationData schema from Adyen API",
  "type": "object",
  "properties": {
    "authenticationOnly": {
      "x-addedInVersion": "69",
      "default": false,
      "description": "If set to true, you will only perform the [3D Secure 2 authentication](https://docs.adyen.com/online-payments/3d-secure/other-3ds-flows/authentication-only), and not the payment authorisation.\nDefault: *false**.",
      "type": "boolean"
    }
  },
  "name": "DetailsRequestAuthenticationData"
}