---
title: "Handle Pdfmonkey Webhook"
method: POST
path: "/api/v1/remittance/pdfmonkey/webhook"
---

# Handle Pdfmonkey Webhook

`POST /api/v1/remittance/pdfmonkey/webhook`

Handles the rendered-document webhook from either PDF provider (PDFMonkey or
caresquare-pdf-generation) and records the result on the remittance.

Uses the async Supabase client so a batch of deliveries does not block the
worker's event loop. The synchronous client would stall every other request
on this worker for the duration of each update, which is noticeable when a
large ABA run delivers hundreds of webhooks at once.

## Response `200`

Successful Response

- object[]

---

[API](https://skmtc.dev/caresquare/apis/fastapi.md) · [All operations](https://skmtc.dev/caresquare/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/caresquare/fastapi/revisions/c9df874d8d59/schema)
