v1

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

Acknowledge dispute

Mark a processed installment. This feature is only available for Mastercard.

post/v1/disputes/acknowledge

Request body

dispute_idnumber required

Dispute ID

dispute_installment_idnumber

Dispute installment ID. If not entered, the first installment is processed.

network_brand_type'Visa' | 'Mastercard' | 'Elo'

Network brand

errorboolean

Error flag

reasonstring nullable

Reason if error

Example request

[
  {
    "dispute_id": 48670,
    "network_brand_type": "Visa"
  }
]

Response

OK

dispute_idnumber

Dispute ID

dispute_installment_idinteger

Dispute installment ID.

errorboolean

True if there is network error response.

reasonstring

Error description if network error.

Example response

[
  {
    "dispute_id": 48670,
    "dispute_installment_id": 8675309
  }
]