---
title: Get a mandate by id
description: Retrieve the full details of a single DebiPay mandate using its unique identifier.
openapi: /openapi/debi-pay-api.yaml GET /api/v1/mandates/{id}
---

> **For AI agents:** the complete documentation index is at [llms.txt](/llms.txt). Append `.md` to any page URL for its markdown version.

This endpoint returns the details for one mandate identified by its `id` path parameter. It is the right choice when you need to inspect a specific mandate record, its status, or the customer and payment details linked to it.

<Info>
Use this endpoint when you already know the mandate identifier and want a focused lookup rather than a paged collection.
</Info>

## Typical use cases

- Inspect the record of a newly created mandate.
- Review mandate details before applying an update or cancellation.
- Support customer support and reconciliation activities.

## Request details

The operation requires a path parameter named `id`. The generated schema in the right panel shows the full response object returned for a successful request.

## Response handling

The response contains the mandate details held by the DebiPay service. Use the generated response model to understand which fields are available for your integration.

<Tip>
If you want to inspect all mandates for a merchant or account, use the collection endpoint together with pagination filters.
</Tip>

## Related pages

- [Get mandates](./mandates-get)
- [Create a mandate](./mandates-create)
- [Get mandate transactions](./mandates-id-transactions)


---

📦 **OpenAPI specs:** Every OpenAPI specification referenced by this documentation is available as a single download — https://mutex-core-apis.jamdesk.app/api-specs.zip