Skip to main content

Dispute Management
Developer Portal

Automated dispute evaluation API for card issuers. Submit disputes, get confidence scores, proposed reason codes, and actionable improvements.

terminal
$curl -X POST https://api.disputes.sandbox.tripledev.app/api/evaluations/ \
-H "Authorization: Bearer $API_KEY" \
-H "Content-Type: application/json" \
-d '{
"category": "fraud",
"transaction": { "amount": 299.99 },
"card": { "last_4": "1234" },
"evidences": { ... }
}'
Response200 OK
{
"id": "eval_a1b2c3",
"confidence": "high",
"reason_code": "4837",
"failed_checks": []
}
$

Why Triple?

Purpose-built for card issuers who want to maximize dispute success rates

Automated Evaluation

Get confidence scores, proposed reason codes, and evidence gaps without manual review. Our API analyzes transaction, card, and evidence signals automatically.

Scheme Compliance

Built-in logic for Mastercard and Visa rules. Evaluations propose scheme-facing reason codes and highlight evidence requirements before submission.

Confidence Scoring

Confidence levels help you prioritize disputes and allocate resources effectively.

Simple Integration

RESTful API with clear schemas. Integrate in days, not months. Full documentation included.

Simple API

One endpoint. High-level dispute categories in. Confidence, proposed reason codes, and actionable feedback out.

  • RESTful JSON API
  • High-level dispute categories
  • Proposed scheme reason codes
  • Webhook notifications
View API Reference
Evaluation resultjson
{
  "id": "eval_a1b2c3d4",
  "confidence": "high",
  "reason_code": "4837",
  "failed_checks": []
}

Ready to get started?

Explore our documentation and start integrating Triple today.