---
title: "Get mandates by filters"
method: GET
path: "/v1/direct-debits/mandates"
tags: ["Direct Debits"]
---

# Get mandates by filters

`GET /v1/direct-debits/mandates`

## Query parameters

- `page` integer, required
- `pageSize` integer, required
- `from` string, date
- `to` string, date
- `status` string

## Headers

- `accountId` string, uuid, required

## Response `200`

Page of mandates

- PageResult
  - `data` object
    - `items` DirectDebitMandateData
      - `status` string
      - `customerAccountNumber` string
      - `customerAccountName` string
      - `bankCode` string
      - `amount` number
      - `customerName` string
      - `customerAddress` string
      - `customerEmail` string
      - `customerPhoneNumber` string
      - `merchantReference` string
      - `frequency` string
      - `startDate` string, date-time
      - `endDate` string, date-time
      - `mandateAdviceStatus` string
      - `mandateId` string
    - `page` integer
    - `pageSize` integer
    - `totalItems` integer
    - `totalPages` integer
    - `hasMore` boolean
  - `message` string
  - `code` string
  - `description` string
  - `status` boolean

## Other responses

- `400` — The request body sent by merchant did not pass the validation checks
- `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)
