# 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 "Enlace directo al Fields")

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

Identifier of the chargeback this entry describes.

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

Account the disputed payment belongs to.

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

Payment being disputed.

#### [`ChargebackEventObject.case`](#case) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#case "Enlace directo al case")

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

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

Payment method of the disputed payment.

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

Stage the dispute had reached when this entry was written.

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

When the acquirer posted this stage, ISO 8601.

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

When the disputed payment was originally made, ISO 8601.

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

Currency of the original payment.

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

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

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

Currency the chargeback was raised in.

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

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

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

Reference the payment provider knows this payment by.

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

Acquirer's own identifier for the case.

#### [`ChargebackEventObject.arn`](#arn) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#arn "Enlace directo al arn")

Acquirer Reference Number, when the payment method produces one.

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

Reason code the issuer raised the dispute under.

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

Human-readable form of `reasonCode`.

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

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

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

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

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

When a response was filed, ISO 8601.

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

Language the response should be written in.

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

Card scheme the disputed payment ran on.

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

Whether the response was editable or filed at this point.

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

When the chargeback was first recorded, ISO 8601.

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

When it changed, ISO 8601.

### Member Of[​](#member-of "Enlace directo al Member Of")

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