Skip to main content

Update case fees

PUT 

/cases/:id/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.

Fees typically change over time as collection activity progresses — for example due to legal costs, attorney fees, investigation charges, or other events.

Prerequisites:

  • The case must be assigned to this collection partner
  • The case must be in Active, PendingVerification, Paused, or NeedsAdditionalDetails status (returns 400 otherwise)
  • All fee values must be non-negative

Request

Responses

Fees updated successfully