---
title: "Dispute"
method: POST
path: "subpackage_eventNotifications.Dispute"
---

# Dispute

`POST subpackage_eventNotifications.Dispute` (webhook)

The `Dispute` indicates that a transaction received a return that generated a dispute. The returnType property specifies the type of return

## Payload

- object
  - `createdAt` string, int64 — The timestamp when the event was created, represented as a Unix timestamp in milliseconds.
  - `eventId` string — Unique identifier for the event.
  - `eventType` string — The type of event that triggered the webhook.
  - `objectId` string — Unique identifier for the object associated with the event, such as a transaction.
  - `objectType` string — The type of object associated with the event (e.g., Stopped).
  - `reference` string
  - `transactionId` string
  - `transactionDatetime` string
  - `returnType` string
  - `customerId` string
  - `returnDatetime` string
  - `amountReturned` string

## Acknowledgement `200`

Webhook received successfully

---

[API](https://skmtc.dev/trustly/apis/api.md) · [All operations](https://skmtc.dev/trustly/apis/api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trustly/api/revisions/2dad675032f1/schema)
