Adyen · JSON Structure

Legal Entity Data Review Confirmation Response Structure

DataReviewConfirmationResponse schema from Adyen API

Type: object Properties: 1
PaymentsFinancial ServicesFintech

DataReviewConfirmationResponse 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

dataReviewedAt

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/legal-entity-data-review-confirmation-response-structure.json",
  "description": "DataReviewConfirmationResponse schema from Adyen API",
  "type": "object",
  "properties": {
    "dataReviewedAt": {
      "description": "Date when data review was confirmed.",
      "type": "string"
    }
  },
  "name": "DataReviewConfirmationResponse"
}