Stripe に戻る
Stripe と Knoon AI を接続して AI ワークフローを自動化します。
Fetch a Stripe Treasury financial account by ID.
stripeDefaultRetrieveFinancialAccount
ベータ
内部
権限
表示する項目がありません。
オプション権限
表示する項目がありません。
パラメータ
| 名前 | タイプ | 説明 | 必須 |
|---|---|---|---|
| financialAccountId | mustache | Stripe financial account ID (e.g. "fa_12345"). | はい |
返品
| 名前 | タイプ | 説明 |
|---|---|---|
| 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). |