Organization API: Billing & Payouts: Disputes
The 2 Organization API operations for disputes.
Part of Billing & Payouts.
Operations
Section titled Operations| 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 customersGET /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.
Parameters
Section titled Parameters| Name | In | Type | Required | Description |
|---|---|---|---|---|
org_slug |
path | string | yes | |
limit |
query | integer | no | Default: 50. |
offset |
query | integer | no | Default: 0. |
Responses
Section titled Responses| Status | Meaning |
|---|---|
200 |
Success. |
422 |
The request is not valid. detail lists each problem. |
Get org dispute
Section titled Get org disputeGET /api/v1/orgs/{org_slug}/disputes/{dispute_id}
Parameters
Section titled Parameters| Name | In | Type | Required |
|---|---|---|---|
dispute_id |
path | integer | yes |
org_slug |
path | string | yes |
Responses
Section titled Responses| Status | Meaning |
|---|---|
200 |
Success. |
422 |
The request is not valid. detail lists each problem. |