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

Changes