list_transactions
Retrieve and filter transaction records from the Rebillia MCP Server for subscription billing management. Use parameters like customer ID, invoice ID, status, type, and date range to find specific transactions.
Instructions
List transactions. GET /transactions. Optional: customerId, invoiceId, status (settled|authorized|declined|error|voided|requiresPaymentMethod|awaitingForSettlement|authorizeAndHold), type (sale|refund), dateFrom, dateTo, companyGatewayId, orderBy, sortBy, itemPerPage, pageNo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customerId | No | Filter by customer ID | |
| invoiceId | No | Filter by invoice ID | |
| status | No | Filter by transaction status | |
| type | No | Filter by transaction type | |
| dateFrom | No | Filter by date from (YYYY-MM-DD) | |
| dateTo | No | Filter by date to (YYYY-MM-DD) | |
| companyGatewayId | No | Filter by company gateway ID | |
| orderBy | No | Sort column | |
| sortBy | No | Sort direction | |
| itemPerPage | No | Items per page | |
| pageNo | No | Page number |