Back to Stripe
Connect Knoon AI with Stripe to automate AI workflows.
Fetch a Stripe Treasury financial account by ID.
stripeDefaultRetrieveFinancialAccount
BETA
Internal
Permissions
There are no items to display.
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| financialAccountId | mustache | Stripe financial account ID (e.g. "fa_12345"). | Yes |
Returns
| Name | Type | Description |
|---|---|---|
| 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). |