---
title: "Receive Privy balance webhook"
method: POST
path: "/v2/webhooks/privy"
tags: ["Webhooks"]
---

# Receive Privy balance webhook

`POST /v2/webhooks/privy`

Ingests Privy webhook payloads and stores canonical USDC transfer events after verifying webhook signature.

## Headers

- `svix-id` string, required — Svix message ID
- `svix-timestamp` string, required — Svix message timestamp
- `svix-signature` string, required — Svix signature

## Request body

- object

## Response `202`

Webhook accepted

- object
  - `success` boolean, required
  - `message` string, required
  - `responseObject` object
  - `statusCode` number, required
  - `errorCode` string

---

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