Models
Inbound webhook (Dancity → your HTTPS URL)
Server-to-server POST. Verify signature as in Guides → Webhook.
postWebhookpartnerTransaction
Payload
Example payload
{
"event": "transaction.success"
}Response
Return 2xx to acknowledge
Server-to-server POST. Verify signature as in Guides → Webhook.
{
"event": "transaction.success"
}Return 2xx to acknowledge