Skip to main content

DisputeActionError

Returned when nothing was recorded for a business reason rather than a transport or permission failure.

type DisputeActionError {
code: DisputeActionErrorCode!
message: String!
field: String
}

Fields

DisputeActionError.code ● DisputeActionErrorCode! non-null enum

The machine-readable reason nothing was recorded.

DisputeActionError.message ● String! non-null scalar

A human-readable explanation, safe to show a merchant.

DisputeActionError.field ● String scalar

The input field the problem belongs to, when it belongs to exactly one.

Implemented By

AcknowledgeDisputeResult union