dispute

Graphql fields and variables for the dispute query

Scope required: billing:read

For a complete list of possible response fields see the Dispute type.

query dispute ($id: ID, $code: String, $format: String) {
  dispute (id: $id, code: $code, format: $format) {
    accountId
    amount
    closedAt
    createdAt
    currencyId
    entityId
    feeAmount
    id
    paymentId
    reason
    remoteTransactionId
    updatedAt
    warrenId
  }
}

Arguments

Name
Type
Description

id

ID

code

String

format

String

Response

Last updated

Was this helpful?