---
title: "Get mandate"
method: GET
path: "/customers/{customerId}/mandates/{mandateId}"
tags: ["Mandates API"]
---

# Get mandate

`GET /customers/{customerId}/mandates/{mandateId}`

Retrieve a single mandate by its ID. Depending on the type of mandate, the object will contain the customer's bank account details, card details, or PayPal account details.

> 🔑 Access with
>
> [API key](/reference/authentication)
>
> [Advanced access token with **mandates.read**](/reference/authentication)
>
> [OAuth access with **mandates.read**](/reference/authentication)

## Query parameters

- `testmode` boolean

## Response `200`

The mandate object.

## Other responses

- `404` — No entity with this ID exists.
- `429` — Rate Limit has been reached.

---

[API](https://skmtc.net/mollie/apis/accepting-payments.md) · [All operations](https://skmtc.net/mollie/apis/accepting-payments/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mollie/accepting-payments/revisions/4b45df3039ef/schema)
