List Balance Transactions
list_balance_transactionsRetrieve and filter balance transactions including charges, refunds, payouts, and fees. Supports pagination and date range filters.
Instructions
List balance transactions (charges, refunds, payouts, fees, etc.) with optional filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter by transaction type: "charge", "refund", "payout", "adjustment", "transfer", etc. | |
| payout | No | Filter by payout ID | |
| source | No | Filter by source ID (charge, refund, etc.) | |
| limit | No | Results per page | |
| starting_after | No | Pagination cursor | |
| created_gte | No | Created at or after (Unix timestamp) | |
| created_lte | No | Created at or before (Unix timestamp) |