Chargebacks
View a chargeback
Returns a single chargeback record.
If you don't know the chargeback ID, use the View chargebacks endpoint.
<!-- theme: warning --><div style="display:none;">⚠️ 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.
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
get/chargeback/v3/{id}
Path parameters
idinteger required
Example:22391
The Nexio chargeback ID.
Response
Success