get_billing_history
View your purchase history and receipts. Returns transaction details like amount, currency, and payment dates.
Instructions
Return the user's purchase / transaction history — the answer to "show me my receipts", "what have I paid for", "list my transactions". Returns an array of transactions with { id, tier, billing_type, amount_cents, currency, created_at, stripe_session_id }. Requires sign-in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||