Adyen · JSON Structure

Report Webhooks Resource Structure

Resource schema from Adyen API

Type: object Properties: 3
PaymentsFinancial ServicesFintech

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

Properties

balancePlatform creationDate id

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/report-webhooks-resource-structure.json",
  "description": "Resource schema from Adyen API",
  "type": "object",
  "properties": {
    "balancePlatform": {
      "description": "The unique identifier of the balance platform.",
      "type": "string"
    },
    "creationDate": {
      "description": "The date and time when the event was triggered, in ISO 8601 extended format. For example, **2020-12-18T10:15:30+01:00**.",
      "type": "datetime"
    },
    "id": {
      "description": "The ID of the resource.",
      "type": "string"
    }
  },
  "name": "Resource"
}