Skip to main content
POST
/
dispute-opened
Dispute Open
curl --request POST \
  --url https://api.sandbox.primer.io/dispute-opened \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '
{
  "eventType": "<string>",
  "processorId": "<string>",
  "processorDisputeId": "<string>",
  "paymentId": "<string>",
  "transactionId": "<string>",
  "orderId": "<string>",
  "primerAccountId": "<string>"
}
'

Authorizations

X-API-KEY
string
header
required

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