View chargebacks

Returns all chargebacks within the given date range for all merchant IDs associated with the Nexio account used to authenticate. You may also request or filter on fields of the query parameters, as in the following example:

/chargeback/v3?kount.&plugin.&customer.&processor.&gateway.

See the query parameters section in Guides for a full tutorial.

⚠️

Try It

To use the Try It feature for this endpoint, you must use the credentials for your Sandbox API user.

Request parameters

  • endDate
  • limit
  • offset
  • startDate

Response parameters

  • offset
  • limit
  • rows
  • rows.id
  • rows.relatedChargebackId
  • rows.merchantId
  • rows.reportDate
  • rows.sequenceNumber
  • rows.cardType
  • rows.cardNumber
  • rows.amount
  • rows.transactionDate
  • rows.reasonCode
  • rows.description
  • rows.referenceNumber
  • rows.message
  • rows.authCode
  • rows.lockBoxBatch
  • rows.cardIdentifier
  • rows.transactionCode
  • rows.transactionId
  • rows.transactionRef
  • rows.chargebackCycle
  • rows.isDisputed
  • rows.achId
  • rows.achDetailsId
  • rows.currencyId
  • rows.emailSentDate
  • rows.createdAt
  • rows.updatedAt
  • hasMore
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!