payments.mandates_get
Fetch one mandate with live spend counters
Scope: payments:spend
Fetch a single mandate by id, with up-to-date spentTodayUsdc / remainingTodayUsdc / callCount.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
mandateId | string | Yes | Mandate id (e.g. "m_abc123"). |
Example
Agent: "How much have I spent today on mandate m_abc?"
-> payments.mandates_get({ mandateId: "m_abc" })Returns
Same shape as a row from payments.mandates_list.