Get mandate transactions
Retrieve the transaction activity associated with a specific DebiPay mandate.
Path Parameters
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.
Use this operation after you have identified the mandate in question and want to inspect the transactions that were created under it.
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.
Pair this endpoint with the mandate lookup endpoint so you can inspect the mandate and its transactions from the same workflow.