v1

latestOpenAPI 3.1.02026-07-132363652.9 MB
Webhooks

Handle Tink Events v2 webhook notifications

Handle Tink Events v2 webhook notifications

post/api/v1/webhooks/tink

Response

Success

successboolean required

Indicates webhook was received successfully

event_idstring

The event ID from the webhook payload

actionstring

The action taken (updated, ignored, conflict, not_found, no_transaction)

duplicateboolean

Whether this was a duplicate event (idempotency)

conflictboolean

Whether a status conflict was detected

notestring

Additional information about the processing result

Example response

{
  "success": true,
  "event_id": "evt-123456",
  "action": "updated"
}