# Chargeback

No description

```
type Chargeback {

  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")

#### [`Chargeback.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.

#### [`Chargeback.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.

#### [`Chargeback.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.

#### [`Chargeback.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.

#### [`Chargeback.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. Typed as a string rather than an enum because the value comes from the acquirer's own vocabulary and a new one must not break the whole page.

#### [`Chargeback.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 has reached, in the acquirer's terms — for example `1st Chargeback`.

#### [`Chargeback.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.

#### [`Chargeback.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.

#### [`Chargeback.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.

#### [`Chargeback.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.

#### [`Chargeback.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.

#### [`Chargeback.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.

#### [`Chargeback.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.

#### [`Chargeback.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.

#### [`Chargeback.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. Absent for Bizum, for instance.

#### [`Chargeback.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.

#### [`Chargeback.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`.

#### [`Chargeback.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")

A date here does \*\*not\*\* mean a response can be filed: a `WARNING_NEEDS_RESPONSE` chargeback carries the deadline the acquirer set for the inquiry, but the pre-dispute track is notification-only and accepts no representment. `NEEDS_RESPONSE` is the only status that does — see `disputeStatus`.

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

Where the dispute stands according to the acquirer.

#### [`Chargeback.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. Null if none has been.

#### [`Chargeback.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.

#### [`Chargeback.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.

#### [`Chargeback.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 a response is still editable (`DRAFT`) or has been filed (`SUBMITTED`).

#### [`Chargeback.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 this chargeback was first recorded, ISO 8601.

#### [`Chargeback.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 last changed, ISO 8601.

### Returned By[​](#returned-by "Enlace directo al Returned By")

[`chargeback`](https://docs.monei.com/es/es/apis/graphql/operations/queries/chargeback/.md) query ● [`submitRepresentment`](https://docs.monei.com/es/es/apis/graphql/operations/mutations/submit-representment/.md) mutation

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

[`ChargebacksConnection`](https://docs.monei.com/es/es/apis/graphql/types/objects/chargebacks-connection/.md) object
