---
title: "Update mandate status"
method: PUT
path: "/v1/direct-debits/update-status"
tags: ["Direct Debits"]
---

# Update mandate status

`PUT /v1/direct-debits/update-status`

Updates the status of a direct debit mandate (e.g., SUSPEND, ACTIVE).

## Headers

- `accountId` string, required

## Request body

- UpdateMandateStatusRequest
  - `mandateId` string, required — Unique identifier of the mandate
  - `status` 'SUSPEND' | 'ACTIVE' | 'DELETE', required — New status of the mandate

## Response `200`

Mandate status updated successfully

- UpdateMandateStatusResponse
  - `code` string, required
  - `description` string, required
  - `data` object, required
    - `mandateId` string
    - `mandateStatus` string
  - `message` string, required
  - `status` boolean, required

## Other responses

- `401` — The access_token provided to access the resource is missing or invalid.
- `403` — The client does not have the permissions to access this resource
- `404` — The record that the client is trying to access does not exist.
- `429` — The client has maxed out the number of calls within a time period on this resource.
- `500` — Downstream system error.
- `default` — Resource not available

---

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