Adyen · Schema

Resource

Resource schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
balancePlatform string The unique identifier of the balance platform.
creationDate string The date and time when the event was triggered, in ISO 8601 extended format. For example, **2020-12-18T10:15:30+01:00**.
id string The ID of the resource.
View JSON Schema on GitHub

JSON Schema

configuration-webhooks-resource-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/configuration-webhooks-resource-schema.json",
  "title": "Resource",
  "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**.",
      "format": "date-time",
      "type": "string"
    },
    "id": {
      "description": "The ID of the resource.",
      "type": "string"
    }
  }
}