Admin/dashboard list of a single mandate's autopay-debit attempts
(`mandate_executions` rows), most-recent first, each joined to its linked
order's Juspay `external_status`. Mirrors `list_user_mandate_orders`' auth
(`require_self_or_trusted_backend`); the core handler additionally asserts
the mandate belongs to `user_id`. Distinct from the Kronos-fired
`execute`/`status_check` routes above.
Mandate Execution
List Mandate Executions
GET
Admin/dashboard list of a single mandate's autopay-debit attempts
(`mandate_executions` rows), most-recent first, each joined to its linked
order's Juspay `external_status`. Mirrors `list_user_mandate_orders`' auth
(`require_self_or_trusted_backend`); the core handler additionally asserts
the mandate belongs to `user_id`. Distinct from the Kronos-fired
`execute`/`status_check` routes above.