Models

Inbound webhook (Dancity → your HTTPS URL)

Server-to-server POST. Verify signature as in Guides → Webhook.

postWebhookpartnerTransaction

Payload

eventstring
timestampstring date-time
dataobject

Example payload

{
  "event": "transaction.success"
}

Response

Return 2xx to acknowledge

Changes