Adyen · JSON Structure

Payments Authentication Result Request Structure

AuthenticationResultRequest schema from Adyen API

Type: object Properties: 2 Required: 2
PaymentsFinancial ServicesFintech

AuthenticationResultRequest is a JSON Structure definition published by Adyen, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

merchantAccount pspReference

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/payments-authentication-result-request-structure.json",
  "description": "AuthenticationResultRequest schema from Adyen API",
  "type": "object",
  "properties": {
    "merchantAccount": {
      "description": "The merchant account identifier, with which the authentication was processed.",
      "type": "string"
    },
    "pspReference": {
      "description": "The pspReference identifier for the transaction.",
      "type": "string"
    }
  },
  "required": [
    "merchantAccount",
    "pspReference"
  ],
  "name": "AuthenticationResultRequest"
}