v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Disputes

Close dispute

Close a dispute. This feature is only available for Mastercard.

post/v1/disputes/close

Request body

dispute_idnumber required

Dispute ID

close_claim_reason_code'10' | '20' | '30' | '40' required

Reason code for closing the claim. REQUIRED when network is Mastercard.

10 = Won 20 = Lost 30 = Lost, below threshold 40 = Cardholder liable

dispute_installment_idnumber

Related dispute installment ID. If not passed, first installment is used.

open_claim_due_datestring date

Due date for opening the claim. Optional when network is Mastercard.

Example request

{
  "dispute_id": 48670,
  "dispute_installment_id": 1,
  "open_claim_due_date": "2022-01-01"
}

Response

OK

dispute_idnumber

Dispute ID

dispute_installment_idnumber

Related dispute installment ID. If not passed, first Installment is used.

close_claim_reason_code'10' | '20' | '30' | '40'

Reason code for closing the claim. REQUIRED when network is Mastercard.

10 = Won 20 = Lost 30 = Lost, below threshold 40 = Cardholder liable

open_claim_due_datestring date

Due date for opening the claim. Optional when network is Mastercard.

claim_idstring

Network claim identifier.

Example response

{
  "dispute_id": 48670,
  "dispute_installment_id": 1,
  "open_claim_due_date": "2022-01-01",
  "claim_id": "00058678"
}