Skip to main content
PUT
Update a chargeback

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Trace-Id
string

A unique identifier to track this operation. It must be between 12 and 255 characters in length.

Required string length: 12 - 255

Path Parameters

id
string
required

ID of the chargeback

Body

application/json
status
enum<string>

The status indicates the final resolution of a dispute or request, showing whether it has been accepted or declined.

Available options:
accepted,
declined
Example:

"accepted"

uploaded_proof
string

Link to proof against chargeback

Example:

"https://example.com/proofs/proof_123.pdf"

comment
string

Additional comments for the chargeback

Example:

""

provider
string

Provider for the chargeback

Example:

"Visa"

arn
string

Acquirer reference number for transaction

Example:

"1243453453434234534443423"

due_datetime
string<date-time>

The due_datetime specifies the exact date and time by which an action or response is required. This is typically used to set deadlines for submitting documentation or responding to a chargeback.

Example:

"2025-05-30T23:59:59Z"

proof_data
string

Base64 encoded string of proof against chargeback

Example:

"JVBERi0xLjIgCjkgMAojX"

Response

OK

status
enum<string>
Available options:
success,
failed
message
string
data
object

A chargeback object