---
title: "Amend a mandate"
method: PATCH
path: "/mandates/{mandateId}"
tags: ["Direct debit mandates"]
---

# Amend a mandate

`PATCH /mandates/{mandateId}`

Amend the specified [direct debit mandate](https://docs.adyen.com/business-accounts/accept-direct-debits-uk).

## Path parameters

- `mandateId` string, required

## Request body

- MandateUpdate
  - `paymentInstrumentId` string, nullable — The unique identifier of the payment instrument linked to the mandate.

## Response `202`

Accepted - The request has been accepted

## Other responses

- `401` — Unauthorized - authentication required.
- `403` — Forbidden - insufficient permissions to process the request.
- `404` — The mandate was not found
- `422` — Unprocessable Entity - a request validation error.
- `500` — Internal Server Error - the server could not process the request.

---

[API](https://skmtc.net/adyen/apis/balanceplatformservice.md) · [All operations](https://skmtc.net/adyen/apis/balanceplatformservice/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adyen/balanceplatformservice/revisions/8761ac1a9aab/schema)
