Adyen · Schema

DataReviewConfirmationResponse

DataReviewConfirmationResponse schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
dataReviewedAt string Date when data review was confirmed.
View JSON Schema on GitHub

JSON Schema

legal-entity-data-review-confirmation-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/legal-entity-data-review-confirmation-response-schema.json",
  "title": "DataReviewConfirmationResponse",
  "description": "DataReviewConfirmationResponse schema from Adyen API",
  "type": "object",
  "properties": {
    "dataReviewedAt": {
      "description": "Date when data review was confirmed.",
      "type": "string"
    }
  }
}