---
title: "Report available"
method: POST
path: "/REPORT_AVAILABLE"
tags: ["Other"]
---

# Report available

`POST /REPORT_AVAILABLE` (webhook)

Adyen sends this notification when a report has been generated and it is available for download.

## Payload

- ReportAvailableNotification
  - `content` ReportAvailableNotificationContent
    - `accountCode` string — The code of the Account to which the report applies.
    - `accountType` string — The type of Account to which the report applies.
    - `eventDate` string, date-time — The date of the event to which the report applies.
    - `remoteAccessUrl` string — The URL at which the report can be accessed.
    - `success` boolean — Indicates whether the event resulted in a success.
  - `eventType` string, required — The event type of the notification.
  - `executingUserKey` string, required — The user or process that has triggered the notification.
  - `live` boolean, required — Indicates whether the notification originated from the live environment or the test environment. If true, the notification originated from the live environment. If false, the notification originated from the test environment.
  - `pspReference` string, required — The PSP reference of the request from which the notification originates.

## Acknowledgement `200`

OK - the request has succeeded.

- NotificationResponse
  - `notificationResponse` string — Set this parameter to **[accepted]** to acknowledge that you received a notification from Adyen.

---

[API](https://skmtc.net/adyen/apis/marketpaynotificationservice.md) · [All operations](https://skmtc.net/adyen/apis/marketpaynotificationservice/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adyen/marketpaynotificationservice/versions/fae4b3da8f9f/schema)
