返回 Stripe
將 Knoon AI 與 Stripe 連接以自動化 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). |