Skip to content
Coritan Docs

Organization API: Billing & Payouts: Disputes

The 2 Organization API operations for disputes.

View as Markdown

Part of Billing & Payouts.

Method Path Summary
GET /api/v1/orgs/{org_slug}/disputes Chargebacks raised against this org's customers
GET /api/v1/orgs/{org_slug}/disputes/{dispute_id} Get org dispute

Chargebacks raised against this org's customers

Section titled Chargebacks raised against this org's customers

GET /api/v1/orgs/{org_slug}/disputes

Chargebacks raised against this org's customers.

Resellers had no dispute surface at all. Under platform_mor that is arguable, since Coritan is merchant of record and it is our fight. Under own_gateway it is not: the org's own store takes the chargeback, the money comes off them, and they could not see it happen.

Name In Type Required Description
org_slug path string yes
limit query integer no Default: 50.
offset query integer no Default: 0.
Status Meaning
200 Success.
422 The request is not valid. detail lists each problem.

GET /api/v1/orgs/{org_slug}/disputes/{dispute_id}

Name In Type Required
dispute_id path integer yes
org_slug path string yes
Status Meaning
200 Success.
422 The request is not valid. detail lists each problem.