stripe_charges
Manage Stripe charges by listing existing transactions or creating new charges with amount, currency, and customer details.
Instructions
List or create Stripe charges.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| action | No | list or create (default: list) | |
| amount | No | Amount in smallest currency unit (e.g. cents) | |
| source | No | Payment source or token | |
| currency | No | ISO currency code (e.g. usd) | |
| customer | No | ||
| secret_key | Yes | ||
| description | No | ||
| starting_after | No |