# ChargebackEventObject

No description

```
type ChargebackEventObject {

  id: ID!

  accountId: ID!

  checkoutId: ID!

  case: String

  paymentMethod: String!

  transactionType: String!

  postingDate: String!

  origTransactionDate: String!

  origTransactionCurrency: String!

  origTransactionAmount: Int!

  cbkCurrency: String!

  cbkAmount: Int!

  providerReferenceId: String!

  internalId: String!

  arn: String

  reasonCode: String

  reasonDescription: String

  workByDate: String

  disputeStatus: DisputeStatus

  disputeDate: String

  disputeLanguage: String

  cardScheme: CardBrand

  representmentStatus: RepresentmentStatus

  createdAt: String!

  updatedAt: String

}
```

### Fields[​](#fields "Direct link to Fields")

#### [`ChargebackEventObject.id`](#id) ● [`ID!`](https://docs.monei.com/apis/graphql/types/scalars/id/.md) non-null scalar[​](#id "Direct link to id")

Identifier of the chargeback this entry describes.

#### [`ChargebackEventObject.accountId`](#account-id) ● [`ID!`](https://docs.monei.com/apis/graphql/types/scalars/id/.md) non-null scalar[​](#account-id "Direct link to account-id")

Account the disputed payment belongs to.

#### [`ChargebackEventObject.checkoutId`](#checkout-id) ● [`ID!`](https://docs.monei.com/apis/graphql/types/scalars/id/.md) non-null scalar[​](#checkout-id "Direct link to checkout-id")

Payment being disputed.

#### [`ChargebackEventObject.case`](#case) ● [`String`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) scalar[​](#case "Direct link to case")

Case reference assigned by the card scheme, when one was supplied.

#### [`ChargebackEventObject.paymentMethod`](#payment-method) ● [`String!`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) non-null scalar[​](#payment-method "Direct link to payment-method")

Payment method of the disputed payment.

#### [`ChargebackEventObject.transactionType`](#transaction-type) ● [`String!`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) non-null scalar[​](#transaction-type "Direct link to transaction-type")

Stage the dispute had reached when this entry was written.

#### [`ChargebackEventObject.postingDate`](#posting-date) ● [`String!`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) non-null scalar[​](#posting-date "Direct link to posting-date")

When the acquirer posted this stage, ISO 8601.

#### [`ChargebackEventObject.origTransactionDate`](#orig-transaction-date) ● [`String!`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) non-null scalar[​](#orig-transaction-date "Direct link to orig-transaction-date")

When the disputed payment was originally made, ISO 8601.

#### [`ChargebackEventObject.origTransactionCurrency`](#orig-transaction-currency) ● [`String!`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) non-null scalar[​](#orig-transaction-currency "Direct link to orig-transaction-currency")

Currency of the original payment.

#### [`ChargebackEventObject.origTransactionAmount`](#orig-transaction-amount) ● [`Int!`](https://docs.monei.com/apis/graphql/types/scalars/int/.md) non-null scalar[​](#orig-transaction-amount "Direct link to orig-transaction-amount")

Amount of the original payment, in the currency's minor unit.

#### [`ChargebackEventObject.cbkCurrency`](#cbk-currency) ● [`String!`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) non-null scalar[​](#cbk-currency "Direct link to cbk-currency")

Currency the chargeback was raised in.

#### [`ChargebackEventObject.cbkAmount`](#cbk-amount) ● [`Int!`](https://docs.monei.com/apis/graphql/types/scalars/int/.md) non-null scalar[​](#cbk-amount "Direct link to cbk-amount")

Amount pulled back, in the currency's minor unit.

#### [`ChargebackEventObject.providerReferenceId`](#provider-reference-id) ● [`String!`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) non-null scalar[​](#provider-reference-id "Direct link to provider-reference-id")

Reference the payment provider knows this payment by.

#### [`ChargebackEventObject.internalId`](#internal-id) ● [`String!`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) non-null scalar[​](#internal-id "Direct link to internal-id")

Acquirer's own identifier for the case.

#### [`ChargebackEventObject.arn`](#arn) ● [`String`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) scalar[​](#arn "Direct link to arn")

Acquirer Reference Number, when the payment method produces one.

#### [`ChargebackEventObject.reasonCode`](#reason-code) ● [`String`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) scalar[​](#reason-code "Direct link to reason-code")

Reason code the issuer raised the dispute under.

#### [`ChargebackEventObject.reasonDescription`](#reason-description) ● [`String`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) scalar[​](#reason-description "Direct link to reason-description")

Human-readable form of `reasonCode`.

#### [`ChargebackEventObject.workByDate`](#work-by-date) ● [`String`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) scalar[​](#work-by-date "Direct link to work-by-date")

Response deadline as it stood at this point, ISO 8601.

#### [`ChargebackEventObject.disputeStatus`](#dispute-status) ● [`DisputeStatus`](https://docs.monei.com/apis/graphql/types/enums/dispute-status/.md) enum[​](#dispute-status "Direct link to dispute-status")

Where the dispute stood according to the acquirer at this point.

#### [`ChargebackEventObject.disputeDate`](#dispute-date) ● [`String`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) scalar[​](#dispute-date "Direct link to dispute-date")

When a response was filed, ISO 8601.

#### [`ChargebackEventObject.disputeLanguage`](#dispute-language) ● [`String`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) scalar[​](#dispute-language "Direct link to dispute-language")

Language the response should be written in.

#### [`ChargebackEventObject.cardScheme`](#card-scheme) ● [`CardBrand`](https://docs.monei.com/apis/graphql/types/enums/card-brand/.md) enum[​](#card-scheme "Direct link to card-scheme")

Card scheme the disputed payment ran on.

#### [`ChargebackEventObject.representmentStatus`](#representment-status) ● [`RepresentmentStatus`](https://docs.monei.com/apis/graphql/types/enums/representment-status/.md) enum[​](#representment-status "Direct link to representment-status")

Whether the response was editable or filed at this point.

#### [`ChargebackEventObject.createdAt`](#created-at) ● [`String!`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) non-null scalar[​](#created-at "Direct link to created-at")

When the chargeback was first recorded, ISO 8601.

#### [`ChargebackEventObject.updatedAt`](#updated-at) ● [`String`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) scalar[​](#updated-at "Direct link to updated-at")

When it changed, ISO 8601.

### Member Of[​](#member-of "Direct link to Member Of")

[`ChargebackEvent`](https://docs.monei.com/apis/graphql/types/objects/chargeback-event/.md) object
