---
title: "Outbound webhook to your server"
method: POST
path: "partnerTransaction"
tags: ["Webhook"]
---

# Outbound webhook to your server

`POST partnerTransaction` (webhook)

Dancity POSTs this payload to your configured HTTPS webhook URL when transaction events occur. You do not call this on the Dancity API — implement an endpoint on your server to receive it. Verify `X-Dancity-Signature` as in Guides → Webhook.

## Payload

- PartnerWebhookPayload — POST body Dancity sends to your configured HTTPS webhook URL (set in the Dancity app / API key settings).
  - `event` string
  - `timestamp` string, date-time
  - `data` object

## Acknowledgement `200`

Return 2xx to acknowledge

---

[API](https://skmtc.dev/msorg-developers/apis/dancity-api.md) · [All operations](https://skmtc.dev/msorg-developers/apis/dancity-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/msorg-developers/dancity-api/revisions/99437f87d687/schema)
