v7

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-31249122.2 KB
Webhook

Outbound webhook to your server

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.

postWebhookpartnerTransaction

Payload

eventstring
timestampstring date-time
dataobject

Example payload

{
  "event": "transaction.success"
}

Response

Return 2xx to acknowledge