List purchase transactions
list_purchase_transactionsList outgoing payment instructions (purchase transactions) with filters for state, period, and whether they are batched.
Instructions
List outgoing payment instructions (purchase transactions). Moneybird defaults to unbatched:true, so pass an explicit filter to see transactions already collected into a batch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number. | |
| filter | No | Comma-separated `key:value` filter. Keys: state (all|open|pending_payment|paid|cancelled), period (named period or a range like 20260101..20260131), unbatched (true|false). A filter replaces Moneybird's defaults entirely. `state` accepts pipe-separated values, e.g. `state:open|pending_payment`. | |
| per_page | No | Records per page (max 100, Moneybird defaults to 50). | |
| administration_id | No | Administration to act on. Defaults to the administration this server was configured with; call list_administrations to discover the available ids. |