---
title: "List all Mandates"
method: GET
path: "/v2.01/{ClientId}/mandates"
tags: ["Mandates"]
---

# List all Mandates

`GET /v2.01/{ClientId}/mandates`

List all Mandates

## Path parameters

- `ClientId` string, required

## Query parameters

- `BeforeDate` integer
- `AfterDate` integer

## Headers

- `Authorization` string, required

## Response `200`

Success

- ListAllMandatesResponse
  - `Array (Mandates)` ListAllMandatesResponseArrayMandatesItems[] — The list of mandates created by the platform.
    - `Object (Mandate)` ListAllMandatesResponseArrayMandatesItemsObjectMandate — The mandate created by the platform.
      - `Id` string — Max length: 128 characters (see [data formats](/api-reference/overview/data-formats) for details) The unique identifier of the object.
      - `CreationDate` integer — Unix timestamp (UTC) of the date and time the object was created.
      - `Status` string — **Returned values:** `CREATED`, `SUBMITTED`, `ACTIVE`, `FAILED`, `EXPIRED` The status of the mandate: - `CREATED` – The mandate has been generated but not yet confirmed. - `SUBMITTED` – The mandate has been confirmed and sent to the user's bank, and can be used to request a direct debit pay-in. - `ACTIVE` – The mandate has been accepted by the user's bank or successfully used to process a direct debit direct pay-in. Further pay-ins can be requested. - `FAILED` – The mandate has been canceled or otherwise failed, and can no longer be used for payments. - `EXPIRED` – No payment has been made against the mandate in the last 24 months. It can no longer be used for payments.
      - `UserId` string — The unique identifier of the User (natural or legal) who owns the bank account.
      - `ExecutionType` string — **Returned values:** `WEB` The execution type of the mandate.
      - `Tag` string — Custom data that you can add to this object.
      - `ResultCode` string — The code indicating the result of the operation. This information is mostly used to <a href="/errors/codes">handle errors</a> or for filtering purposes.

---

[API](https://skmtc.dev/mangopay/apis/api-reference.md) · [All operations](https://skmtc.dev/mangopay/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mangopay/api-reference/revisions/fafbd0c69654/schema)
