Skip to main content

Dispute Management
Developer Portal

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

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

Why Triple?

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

Automated Evaluation

Get dispute recommendations without manual review. Our API analyzes transactions and evidence automatically, delivering actionable insights.

Scheme Compliance

Built-in logic for Mastercard and Visa rules. Never miss a deadline or evidence requirement again.

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. Clear request schema. Actionable feedback with confidence levels.

  • RESTful JSON API
  • Bearer token authentication
  • Comprehensive error messages
  • Webhook notifications
View API Reference
Responsejson
{
  "id": "eval_a1b2c3d4",
  "confidence": "high",
  "failed_checks": []
}

Ready to get started?

Explore our documentation and start integrating Triple today.