---
title: Get mandate transactions
description: Retrieve the transaction activity associated with a specific DebiPay mandate.
openapi: /openapi/debi-pay-api.yaml GET /api/v1/mandates/{id}/transactions
---

> **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 transaction history linked to a single mandate. It is useful when you need to understand the payment activity, review collection behavior, or support a customer with questions about a mandate's usage.

<Info>
Use this operation after you have identified the mandate in question and want to inspect the transactions that were created under it.
</Info>

## Typical use cases

- Review the payment or collection activity related to a mandate.
- Investigate discrepancies between mandate records and transaction history.
- Support operational monitoring for recurring debit flows.

## Request details

The operation requires the mandate identifier in the path parameter `id`. The generated response schema shows the structure of the transaction data returned for the mandate.

## Response handling

The response contains the transactions linked to the mandate. Review the generated response model for the available fields and any pagination or metadata that your deployment may include.

<Tip>
Pair this endpoint with the mandate lookup endpoint so you can inspect the mandate and its transactions from the same workflow.
</Tip>

## Related pages

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


---

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