---
title: "Get a list of mandates"
method: GET
path: "/mandates"
tags: ["Direct debit mandates"]
---

# Get a list of mandates

`GET /mandates`

Returns a list of all [direct debit mandates](https://docs.adyen.com/business-accounts/accept-direct-debits-uk) created for a business account.

## Query parameters

- `balanceAccountId` string
- `paymentInstrumentId` string
- `cursor` string

## Response `200`

OK - The request has succeeded

- ListMandatesResponse
  - `link` Link, required
    - `first` Href
      - `href` string
    - `last` Href
      - `href` string
    - `next` Href
      - `href` string
    - `previous` Href
      - `href` string
    - `self` Href
      - `href` string
  - `mandates` Mandate[], required — Contains a list of the mandates.
    - `balanceAccountId` string — The unique identifier of the balance account linked to the payment instrument.
    - `counterparty` MandateBankAccount
      - `accountHolder` MandatePartyIdentification, required
        - `fullName` string — The full name of the entity that owns the bank account. Supported characters: [a-z] [A-Z] [0-9] , . ; : - — / \ + & ! ? @ ( ) " ' and space.
      - `accountIdentification` MandateAccountIdentification, required
        - `type` string, required
    - `createdAt` string, date-time — The date when the mandate was created.
    - `id` string — The unique identifier of the mandate.
    - `paymentInstrumentId` string — The unique identifier of the payment instrument linked to the mandate.
    - `status` 'pending' | 'approved' | 'cancelled'
    - `type` 'bacs'
    - `updatedAt` string, date-time — The date when the mandate was updated.

## Other responses

- `401` — Unauthorized - authentication required.
- `403` — Forbidden - insufficient permissions to process the request.
- `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)
