Notification Webhooks Report Notification Data Structure
ReportNotificationData schema from Adyen API
Type: objectProperties: 7Required: 3
PaymentsFinancial-ServicesFintech
ReportNotificationData is a JSON Structure definition published by Adyen, describing 7 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/notification-webhooks-report-notification-data-structure.json",
"description": "ReportNotificationData schema from Adyen API",
"properties": {
"accountHolder": {
"description": "The account holder related to the report.",
"$ref": "#/components/schemas/ResourceReference"
},
"balanceAccount": {
"description": "The balance account related to the report.",
"$ref": "#/components/schemas/ResourceReference"
},
"balancePlatform": {
"description": "Unique identifier of the balance platform.",
"type": "string"
},
"creationDate": {
"description": "Date and time when the event was triggered, in ISO 8601 extended format. For example, **2020-12-18T10:15:30+01:00**.",
"type": "datetime"
},
"downloadUrl": {
"description": "The URL at which you can download the report. To download, you must authenticate your GET request with your [API credentials](https://docs.adyen.com/api-explorer/#/balanceplatform/latest/overview).",
"type": "string"
},
"fileName": {
"description": "The filename of the report.",
"type": "string"
},
"reportType": {
"description": "Type of report.",
"type": "string"
}
},
"required": [
"fileName",
"reportType",
"downloadUrl"
],
"type": "object",
"name": "ReportNotificationData"
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.