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
FieldTypeRequiredNotes
reasonstringโœ…Max 500 chars.
detailsstringโ€”Max 2000 chars.
statusstringโ€”Initial status, max 100 chars.
transaction_idstringโ€”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.