list_transactions
List recent FinPay transactions with optional filters for status or payment hub ID. Returns up to 50 newest transactions, or an empty array if none match.
Instructions
List recent FinPay transactions with optional filters. Returns up to 50 transactions ordered by createdAt descending. Supports filtering by status and/or hubId. Returns an empty array if no transactions match the filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hubId | No | Filter by payment hub ID (e.g. hub-001, hub-002, hub-003, hub-004). | |
| limit | No | Maximum number of records to return. Between 1 and 50. | |
| status | No | Filter by transaction status. One of: PENDING, COMPLIANCE_SCREENING, FX_LOCKED, SENT_TO_HUB, COMPLETED, FAILED, REFUNDED. |