Cases
Cases
List collection cases
Returns a paginated list of cases where you are the **collection partner** (actively collecting the debt).
Fetch case by ID
Returns detailed case information for a specific case ID (GUID).
Fetch case by reference
Returns detailed case information using the Debitura case reference (e.g., 'Q8OAXF3W').
Fetch a single case by the collection partner's own reference ID.
Returns detailed case information using the collection partner's own reference (the `CollectionPartnerReference` field set during case activation).
Batch lookup of cases by the collection partner's own reference IDs.
Returns a dictionary mapping each partner reference to its corresponding case details.
Fetch case timeline
Returns the complete chronological event history for a case.
Fetch case chats
Returns all chat messages for a case in chronological order.
Send a chat message on a case
Posts a new chat message on a case, visible to both the collection partner and the creditor.
Fetch case payments
Returns all payments recorded on a specific case.
Create a payment on a case
Records a payment received for a collection case.
Get case files
Returns all documents and files attached to a case.
Create a note on a case
Creates a new note/comment on a collection case.
Close a case
Closes a collection case with a specified close code.
Activate a case from PendingVerification
Transitions a case from `PendingVerification` → `Active`, officially accepting it for debt collection.
Update case fees
Updates the interest, reminder, and collection fees on a case. All three fee values are replaced with the values provided in the request body.
Get exclusive collection period chain
Returns the full exclusive collection period chain for a case, including the initial period and any extensions triggered by debtor actions (promise to pay, payment agreement, or actual payment).