List transactions
chargebee_list_transactionsList payment/refund transactions. Filter by customer. Chargebee API: GET /transactions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results per page (Chargebee max 100). | |
| offset | No | Opaque pagination token from a previous response's `next_offset`. | |
| customer_id | No | Only transactions of this customer (→ customer_id[is]). |