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