stripe_list_invoices
List Stripe invoices filtered by customer ID and status to retrieve specific invoice records.
Instructions
List Stripe invoices, optionally scoped to a customer.
Args: customer_id: Stripe customer ID. status: One of: draft, open, paid, uncollectible, void. limit:
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | No | ||
| status | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |