חזרה אל 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). |