Stripe로 돌아가기
Knoon AI를 Stripe과 연결하여 AI 워크플로우를 자동화하세요.
List Stripe Treasury financial accounts.
stripeDefaultListFinancialAccounts
베타
내부
권한
표시할 항목이 없습니다.
선택사항 권한
표시할 항목이 없습니다.
매개변수
| 이름 | 유형 | 설명 | 필수 |
|---|---|---|---|
| status | mustache | Optional financial account status filter. | 아니요 |
| limit | mustache | Optional max number of financial accounts to return (1-100). Defaults to 10. | 아니요 |
반환값
| 이름 | 유형 | 설명 |
|---|---|---|
| id | string | Financial account ID. |
| status | string | Financial account status. |
| supportedCurrencies | array | Supported currencies. |
| balance | object | Raw balance summary from Stripe. |
| createdAt | string | Financial account creation time (ISO). |