Skip to main content
{
  "version": "2.2"
}
{
  "eventType": "DISPUTE.OPENED",
  "version": "2.2",
  "primerAccountId": "7fcd50f1-99f2-416e-8013-6ecd1c1285c3",
  "transactionId": "c3f662ad-d197-492e-b78b-63eefa64a31d",
  "orderId": "order-123",
  "processorId": "Adyen",
  "processorDisputeId": "adyen_ref_123",
  "paymentId": "ecb8d3bc-805d-4d97-826e-ef8d4cc3d2a2",
  "raw_processor_callback": {
    "example": {
      "raw_callback": "request",
      "from": "Adyen"
    }
  }
}
{
  "version": "2.2"
}
{
  "eventType": "DISPUTE.OPENED",
  "version": "2.2",
  "primerAccountId": "7fcd50f1-99f2-416e-8013-6ecd1c1285c3",
  "transactionId": "c3f662ad-d197-492e-b78b-63eefa64a31d",
  "orderId": "order-123",
  "processorId": "Adyen",
  "processorDisputeId": "adyen_ref_123",
  "paymentId": "ecb8d3bc-805d-4d97-826e-ef8d4cc3d2a2",
  "raw_processor_callback": {
    "example": {
      "raw_callback": "request",
      "from": "Adyen"
    }
  }
}

Headers

X-Signature-Primary
string
required

An HMAC signature generated using the webhook payload and a shared signing secret. This is then converted to a base64 encoded string.

X-Signature-Secondary
string
required

A secondary signature that is added when you have rotated your secret within the past 24 hours.

Body

application/json
eventType
string

The type of the webhook raised. DISPUTE.OPENED in this case.

processorId
string

The name of the processor that generated the dispute.

processorDisputeId
string

A unique identifier for the corresponding connection dispute.

paymentId
string

A unique identifier for the Primer payment corresponding to this dispute.

transactionId
string

A unique identifier for the Primer transaction corresponding to this dispute.

orderId
string

Your reference for the sale transaction that the dispute relates to.

primerAccountId
string

A unique identifier for your Primer merchant account.

Response

200

Return a 200 status to indicate that the data was received successfully