Developer Documentation
Disputes
Disputes
Disputes support customer, merchant, support, and admin workflows.
User Endpoints
POST /disputesGET /disputesGET /disputes/{id}POST /disputes/{id}/messagesPOST /disputes/{id}/close
Financial disputes should include transaction_id when possible. The API links the dispute to the merchant and customer from the transaction record.
Merchant Dashboard
GET /dashboard/merchant/disputesGET /dashboard/merchant/disputes/{id}POST /dashboard/merchant/disputes/{id}/messages
Admin
GET /admin/disputesGET /admin/disputes/{id}POST /admin/disputes/{id}/assignPOST /admin/disputes/{id}/resolvePOST /admin/disputes/{id}/rejectPOST /admin/disputes/{id}/close
Every status change is audited.