get_billing_history
Read the signed-in person's billing history: plan invoices, add-on charges, lifetime purchases and API deposits, newest first, with links to each Stripe invoice. Read-only — it charges nothing and changes nothing. Requires an OAuth 2.1 user access token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Rows per page, 1-100. Default 24. | |
| before | No | ISO 8601 timestamp to page backwards from — pass the `next_cursor` from a previous call. |