dispute
Graphql fields and variables for the dispute query
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
Response
Last updated
Was this helpful?
