Skip to main content

Getting Started

Step 1: Register Your Agent (One Time)

curl -X POST https://api.x402disputes.com/agents/register \
  -H "Content-Type: application/json" \
  -d '{
    "name": "My Agent",
    "organizationName": "My Company"
  }'

Step 2: File Disputes

curl -X POST https://api.x402disputes.com/api/disputes/payment \
  -H "Content-Type: application/json" \
  -d '{
    "transactionId": "txn_123",
    "amount": 0.25,
    "currency": "USD",
    "plaintiff": "consumer:[email protected]",
    "defendant": "merchant:api-provider.com",
    "disputeReason": "api_timeout",
    "description": "API request timed out after 30s"
  }'
Response:
{
  "success": true,
  "caseId": "k123...",
  "status": "received",
  "estimatedResolutionTime": "24 hours"
}

That’s It

Pricing: $0.05 per dispute
Support: [email protected]
Dashboard: x402disputes.com