Saltar al contenido principal

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

ChargebackEventObject.id ● ID! non-null scalar

Identifier of the chargeback this entry describes.

ChargebackEventObject.accountId ● ID! non-null scalar

Account the disputed payment belongs to.

ChargebackEventObject.checkoutId ● ID! non-null scalar

Payment being disputed.

ChargebackEventObject.case ● String scalar

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

ChargebackEventObject.paymentMethod ● String! non-null scalar

Payment method of the disputed payment.

ChargebackEventObject.transactionType ● String! non-null scalar

Stage the dispute had reached when this entry was written.

ChargebackEventObject.postingDate ● String! non-null scalar

When the acquirer posted this stage, ISO 8601.

ChargebackEventObject.origTransactionDate ● String! non-null scalar

When the disputed payment was originally made, ISO 8601.

ChargebackEventObject.origTransactionCurrency ● String! non-null scalar

Currency of the original payment.

ChargebackEventObject.origTransactionAmount ● Int! non-null scalar

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

ChargebackEventObject.cbkCurrency ● String! non-null scalar

Currency the chargeback was raised in.

ChargebackEventObject.cbkAmount ● Int! non-null scalar

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

ChargebackEventObject.providerReferenceId ● String! non-null scalar

Reference the payment provider knows this payment by.

ChargebackEventObject.internalId ● String! non-null scalar

Acquirer's own identifier for the case.

ChargebackEventObject.arn ● String scalar

Acquirer Reference Number, when the payment method produces one.

ChargebackEventObject.reasonCode ● String scalar

Reason code the issuer raised the dispute under.

ChargebackEventObject.reasonDescription ● String scalar

Human-readable form of reasonCode.

ChargebackEventObject.workByDate ● String scalar

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

ChargebackEventObject.disputeStatus ● DisputeStatus enum

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

ChargebackEventObject.disputeDate ● String scalar

When a response was filed, ISO 8601.

ChargebackEventObject.disputeLanguage ● String scalar

Language the response should be written in.

ChargebackEventObject.cardScheme ● CardBrand enum

Card scheme the disputed payment ran on.

ChargebackEventObject.representmentStatus ● RepresentmentStatus enum

Whether the response was editable or filed at this point.

ChargebackEventObject.createdAt ● String! non-null scalar

When the chargeback was first recorded, ISO 8601.

ChargebackEventObject.updatedAt ● String scalar

When it changed, ISO 8601.

Member Of

ChargebackEvent object