---
title: "Plaid webhook handler"
method: POST
path: "/webhook/plaid"
tags: ["Webhooks"]
---

# Plaid webhook handler

`POST /webhook/plaid`

Handles Plaid webhook events for transaction updates and item status changes. Verifies the Plaid-Verification JWT signature.

## Response `200`

Webhook processed successfully

- object
  - `success` boolean, required

## Other responses

- `400` — Invalid webhook payload
- `401` — Invalid webhook signature

---

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