Chargebacks

View a chargeback

Returns a single chargeback record.

If you don't know the chargeback ID, use the View chargebacks endpoint.

<!-- theme: warning -->

⚠️ Try It

To use the Try It feature for this endpoint, you must use the credentials for your Sandbox API user.<br/><br/>Include the chargeback ID as a path parameter for the request.

<div style="display:none;">

Request parameters

  • id

Response parameters

  • id
  • relatedChargebackId
  • merchantId
  • reportDate
  • sequenceNumber
  • cardType
  • cardNumber
  • amount
  • transactionDate
  • reasonCode
  • description
  • referenceNumber
  • message
  • authCode
  • lockBoxBatch
  • cardIdentifier
  • transactionCode
  • transactionId
  • transactionRef
  • chargebackCycle
  • isDisputed
  • achId
  • achDetailsId
  • currencyId
  • createdAt
  • updatedAt
  • disputes
  • disputes.id
  • disputes.merchantId
  • disputes.chargebackId
  • disputes.createdAt
  • disputes.updatedAt
  • processor
  • processor.id
  • processor.originalId
  • processor.processorType
  • processor.originalTransactionId
  • processor.chargebackId
  • transaction
  • transaction.chargebackId
  • transaction.transactionId
  • transaction.orderNumber
  • transaction.cardHolder
  • transaction.transactionDate
  • transaction.amount
  • reason
  • reason.name
  • reason.description
</div>
get/chargeback/v3/{id}

Path parameters

idinteger required
Example:22391

The Nexio chargeback ID.

Response

Success

idinteger

The Nexio chargeback ID. This is a unique value.

relatedChargebackIdinteger

An ID of a related chargeback, if applicable. This value comes from the chargeback department.

merchantIdstring

The Nexio merchant ID.

messagestring
isDisputedboolean

Will be true if the chargeback has been disputed.

createdAtstring

The date and time the chargeback was created.

updatedAtstring

The date and time the chargeback was last updated.

reportDatestring

The chargeback's report date.

amountnumber

The chargeback amount claimed by the customer.

lockBoxBatchstring
chargebackCycle0 | 1 | 2 | 3 | 3.1 | 3.2 | 4 | 4.1 float

The chargeback cycle number. For information about what each value means, see the chargebackCycle table in Guides.

reasonCodestring

The reason code of the original transaction.

transactionIdstring

The transaction ID of the original transaction.

authCodestring

The authorization code of the original transaction.

referenceNumberstring

The reference number.

sequenceNumberstring

The sequence number of the original transaction.

transactionDatestring

The date and time of the original transaction.

transactionCodestring

The transaction code of the original transaction.

transactionRefstring

The transaction reference number.

currencyIdstring

The currency ID.

cardNumberstring

The number for the card used in the original transaction.

cardIdentifierstring

The credit card identifier.

cardTypestring

The card type used in the original transaction.

achIdstring

The Nexio Deposit Summary ID.

achDetailsIdstring

The details for the Nexio Deposit Summary ID.

descriptionstring

A description of the original transaction.

disputesSchema[] — unresolved $ref

An array of related disputes

Changes