Disputes
File a dispute against a transaction and list the user's disputes. Disputes are read live from the provider.
POST/partner/disputes
๐ Org key + secret๐ค User session
| Field | Type | Required | Notes |
|---|---|---|---|
reason | string | โ | Max 500 chars. |
details | string | โ | Max 2000 chars. |
status | string | โ | Initial status, max 100 chars. |
transaction_id | string | โ | The disputed transaction. |
201 ยท Response
{
"dispute": { ... }
}
404 if the user has no consumer or the provider rejects creation. Emits Dispute.Opened.
GET/partner/disputes
๐ Org key + secret๐ค User session
Query: limit (default 20, max 100), offset (default 0), search.
200 ยท Response
{
"results": [ ... ],
"count": 3
}
Live from the provider.