stripe_list_charges
Retrieve recent Stripe charges filtered by customer ID and start date to review payment history, reconcile transactions, or audit billing activity.
Instructions
List recent Stripe charges.
Args: customer_id: Stripe customer ID to filter by. from_date: Start date (YYYY-MM-DD). limit: project_id: Authenticated Project UUID. project_ref: Exact project correlation reference. connector_account_ref: Project-bound connector account alias. idempotency_key: Stable business-action identity. effect: Required and must be read; Spring verifies it. approval_ref: Approved platform task UUID when resuming a write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| effect | Yes | ||
| from_date | No | ||
| project_id | No | ||
| customer_id | No | ||
| project_ref | No | ||
| approval_ref | No | ||
| idempotency_key | No | ||
| connector_account_ref | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |