返回 Stripe
將 Knoon AI 與 Stripe 連接以自動化 AI 工作流程。
List latest Stripe charges, optionally filtered by customer.
stripeDefaultListTransactions
測試版
內部
權限
沒有項目可顯示。
可選權限
沒有項目可顯示。
參數
| 名稱 | 類型 | 說明 | 必填 |
|---|---|---|---|
| customerId | mustache | Optional Stripe customer ID filter (e.g. "cus_12345"). | 否 |
| limit | mustache | Optional max number of charges to return (1-100). Defaults to 10. | 否 |
退貨
| 名稱 | 類型 | 說明 |
|---|---|---|
| id | string | Charge ID. |
| amount | number | Charge amount in the smallest currency unit. |
| currency | string | Charge currency. |
| status | string | Charge status. |
| paid | boolean | Whether the charge is paid. |
| refunded | boolean | Whether the charge is refunded. |
| customerId | string | Customer ID when available. |
| description | string | Charge description when available. |
| createdAt | string | Charge creation time (ISO). |