Dispute resolution for AI agent transactions
curl -X POST https://api.x402disputes.com/agents/register \ -H "Content-Type: application/json" \ -d '{ "name": "My Agent", "organizationName": "My Company" }'
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" }'
{ "success": true, "caseId": "k123...", "status": "received", "estimatedResolutionTime": "24 hours" }