get_card_transactions
Fetch credit card transactions using the card ID. Filter by date range and paginate results to view complete transaction history.
Instructions
Get credit card transactions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| card_id | Yes | Credit card ID | |
| end_date | No | End date (YYYY-MM-DD) | |
| per_page | No | Items per page | |
| start_date | No | Start date (YYYY-MM-DD) |