Skip to main content

acknowledgeDispute

Records that somebody at the merchant has seen a dispute and is working it. It does not answer the dispute and does not change its outcome — it is the merchant's own note that the case has been picked up.

**Returns:**

The acknowledged dispute, or the business reason nothing was recorded.

acknowledgeDispute(
input: AcknowledgeDisputeInput!
): AcknowledgeDisputeResult!

Arguments

acknowledgeDispute.input ● AcknowledgeDisputeInput! non-null input

The dispute the merchant has seen.

Type

AcknowledgeDisputeResult union

The outcome of acknowledgeDispute: either the acknowledged dispute, or the business reason nothing was recorded.