Dispute
No description
type Dispute {
chargebackId: ID!
accountId: ID!
representmentDetails: String
documents: [DisputeDocument!]!
representmentStatus: RepresentmentStatus
disputeDate: String
updatedAt: String
}
Fields
Dispute.chargebackId ● ID! non-null scalar
Chargeback this dispute belongs to.
Dispute.accountId ● ID! non-null scalar
Account the chargeback belongs to.
Dispute.representmentDetails ● String scalar
Written argument for why the payment was legitimate. Null until something has been saved.
Dispute.documents ● [DisputeDocument!]! non-null object
Evidence files attached so far, each with a download link.
Dispute.representmentStatus ● RepresentmentStatus enum
Whether the response is still editable (DRAFT) or has been filed (SUBMITTED).
Dispute.disputeDate ● String scalar
When the response was filed with the acquirer, ISO 8601. Null until submitted.
Dispute.updatedAt ● String scalar
When the draft last changed, ISO 8601.
Returned By
dispute query ● saveDispute mutation
Was this page helpful?