---
title: "Retrieve all Mandates for an account"
method: GET
path: "/directdebits/enquire/{accountId}"
tags: ["Direct Debit Outbound Mandate Operations"]
---

# Retrieve all Mandates for an account

`GET /directdebits/enquire/{accountId}`

Used to get all the Mandates for a specific account.

## Path parameters

- `accountId` string, required

## Response `200`

All Mandates were successfully retrieved

- DirectdebitoutboundEnquiryMandatesResponse
  - `accountId` string, required — Account Id
  - `mandatesList` DirectdebitoutboundEnquiryMandateResponse[], required — List of Mandates
    - `mandateId` string, required — Mandate Id
    - `merchantNumber` string, required — Merchant Number
    - `merchantName` string, required — Merchant Name
    - `merchantAccountNumber` string, required — Merchant Account Number
    - `merchantSortCode` string, required — Merchant Sort Code
    - `mandateStatus` string, required — Status
    - `auddisIndicator` 'A' | 'N' | 'T', required — AUDDIS Flag (AUDDIS / Non-AUDDIS)
    - `setupDate` string, required — Setup date
    - `mandateReference` string, required — Mandate Reference

## Other responses

- `400` — Bad Request

---

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