List payment orders
modern_treasury_list_payment_ordersList payment orders (READ ONLY — does not create or approve payments). API: GET /payment_orders.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter by status, e.g. approved, pending, completed. | |
| per_page | No | Results per page (default 25, max 100). | |
| direction | No | Filter by direction. | |
| after_cursor | No | Pagination cursor from a prior response's next_cursor (X-After-Cursor header). | |
| counterparty_id | No | Filter by counterparty id. |