---
title: "Update debtor status to Paid Creditor Directly"
method: PATCH
path: "/debtorStatus/paidCreditor/{debtorId}"
---

# Update debtor status to Paid Creditor Directly

`PATCH /debtorStatus/paidCreditor/{debtorId}`

Update the status of a specific debtor to 'Paid Creditor Directly'

## Path parameters

- `debtorId` string, required

## Response `200`

Debtor status updated successfully

- object
  - `message` string

## Other responses

- `404` — Debtor not found
- `500` — Internal server error

---

[API](https://skmtc.net/collectwise/apis/collectwise-api.md) · [All operations](https://skmtc.net/collectwise/apis/collectwise-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/collectwise/collectwise-api/versions/a44939a1402b/schema)
