For businesses

Any business, platform or marketplace can use NoLitigation to resolve customer and counterparty disputes; cutting chargebacks, support tickets and legal exposure.

What you get

Two ways to file a dispute

1. File in the app

Sign in, click New case, and enter the dispute details along with both parties' contact information. Upload any supporting evidence. The other party is invited by email to join and respond.

2. File via API

Send both parties' details and your evidence with a single API call. We invite the respondent to submit their side on our platform, then run the two-stage settlement and arbitration process end-to-end.

POST /api/public/business/v1/disputes
Authorization: Bearer <your-api-key>

{
  "title": "Refund dispute — order #48291",
  "type": "consumer",
  "description": "Buyer claims goods were not delivered...",
  "claimant": { "email": "buyer@example.com", "full_legal_name": "..." },
  "respondent": { "email": "seller@example.com", "full_legal_name": "..." },
  "evidence": [{ "file_name": "receipt.pdf", "mime_type": "application/pdf" }]
}

Also supports POST /disputes/{id}/evidence for later uploads and GET /disputes/{id} for status. Full reference is in the Business API docs, available once your account is approved.

Get started

Create a business account, complete the short application, and; for API access; generate keys from Business → API keys in your dashboard.