Adyen · Schema

Resource

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

adyen-resource-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Resource",
  "title": "Resource",
  "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"
    }
  }
}