Chargeback representment
Dispute details → a representment narrative, an evidence checklist, the right reason code, and a win-likelihood.
POST/v1/chargeback
The example in the published schema
charged 00 credits
- auth (bearer key)
- per-key throttle
- validate body
- balance precheck
- run the capability
- charge credits ON SUCCESS ONLY
- JSON
The request body/v1/chargeback
{ "reason": "Cardholder claims product never arrived", "transaction": { "amount": 129, "currency": "USD", "date": "2026-06-12", "descriptor": "ACME STORE" }, "evidence": [ "Tracking shows delivered 2026-06-15", "Signed at door" ], "network": "visa" }
The responsepublished example
// sending the call
// 0 credits charged so farcurl https://api.thecompound.tech/v1/chargeback \
-H "Authorization: Bearer $COMPOUND_API_KEY" \
-H "Content-Type: application/json" \
-d '{"reason":"Cardholder claims product never arrived","transaction":{"amount":129,"currency":"USD","date":"2026-06-12","descriptor":"ACME STORE"},"evidence":["Tracking shows delivered 2026-06-15","Signed at door"],"network":"visa"}'Scored
5 of 5 field checks passed when the eval suite last ran against production, on 2026-07-08. Every endpoint's score
The Commerce & ops guide has this endpoint with its example response. The reference has every parameter.
More from Commerce & ops
Collections sequence $0.08/sequenceAn overdue invoice → a ready-to-send collection sequence, escalating at the right pace and tone for how late it is.3-way match $0.10/matchInvoice vs purchase order vs receipt → matched, partial, or mismatched, with every discrepancy flagged and sized.Quote builder $0.08/quoteA job description plus your rates → an itemized, professional quote with assumptions and scope notes spelled out.Fraud triage $0.06/checkAn order or transaction in context → a risk score, the signals driving it, and the checks worth running before you ship.