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). |