---
title: "Report file available for download."
method: POST
path: "report"
---

# Report file available for download.

`POST report` (webhook)

Monato sends this webhook when a generated file is available for download. It can correspond to transaction reports or account statements in daily or monthly periods.

## Payload

- ReportWebhookEvent
  - `client_id` string, required — Identificador único del cliente.
  - `file_type` 'TRANSACTIONS' | 'ACCOUNT_STATEMENT', required — Tipo de archivo generado.
  - `period` 'DAILY' | 'MONTHLY', required — Periodicidad del archivo generado.
  - `file_name` string, required — Nombre del archivo generado.
  - `created_at` string, date-time, required — Fecha y hora en la que el archivo fue generado (ISO 8601).
  - `account_id` string — Identificador de la cuenta asociada. Solo presente cuando file_type = ACCOUNT_STATEMENT.

## Acknowledgement `200`

Report notification received successfully.

## Other responses

- `202` — Report notification received; additional processing will be done asynchronously.

---

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