---
title: "Enrichment Notification Webhook"
method: POST
path: "enrichmentNotification"
tags: ["Webhooks"]
---

# Enrichment Notification Webhook

`POST enrichmentNotification` (webhook)

Non-data-rich Transaction Enrichment webhook. When transaction enrichment completes, you will receive a POST request containing a `batch_request_id` that you can use to fetch the enriched results.

This webhook type (`ENRICHMENT_NOTIFICATION`) sends only a notification with identifiers. You must fetch the actual enrichment data from `/cleanup/{batch_request_id}` endpoint using the provided `batch_request_id`.

Use this webhook type when you prefer smaller webhook payloads and want to fetch results on-demand.

## Headers

- `X-Webhook-Verification` string

## Payload

- EnrichmentNotificationPostRequest
  - `batch_request_id` string, uuid — The ID of the request that this webhook is associated with.
  - `client_id` string, nullable — The ID of the client that this webhook is associated with.
  - `tenant_id` string, nullable — The ID of the tenant that this webhook is associated with, if the webhook is from a tenant environment.

## Acknowledgement `200`

Success

## Other responses

- `201` — Success

---

[API](https://skmtc.dev/fingoal/apis/insights-api.md) · [All operations](https://skmtc.dev/fingoal/apis/insights-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fingoal/insights-api/revisions/00cf4dbd5441/schema)
