search_transactions
Search payment transactions by date range and optional filters like condition, action type, payment type, source, email, or order ID. Read-only access to NMI transaction records.
Instructions
Search transactions by date range and optional filters (condition, action type, payment type, source, email, order id). Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | Filter by customer email address. | ||
| source | No | Filter by transaction source. | |
| end_date | No | End of range. NMI datetime format YYYYMMDDhhmmss (e.g. 20260101000000 for 2026-01-01 00:00:00). | |
| order_id | No | Filter by merchant-supplied order id. | |
| condition | No | Comma-separated transaction conditions: pending, pendingsettlement, in_progress, abandoned, failed, canceled, complete, unknown. | |
| start_date | No | Start of range. NMI datetime format YYYYMMDDhhmmss (e.g. 20260101000000 for 2026-01-01 00:00:00). | |
| action_type | No | Comma-separated action types: sale, refund, credit, auth, capture, void, return. | |
| transaction_type | No | Payment type filter: 'cc' (card) or 'ck' (ACH/check). |