GET
/v1/treasury/financial_accounts/{financial_account}Retrieve a financial account
Retrieves the details of a specific FinancialAccount. Use financial_account to identify the account and expand to request additional response fields.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
financial_accountstringrequired
The unique identifier of the FinancialAccount to retrieve. Must not exceed 5,000 characters.
expandarray<string>optional
Fields to expand in the response; each field name must not exceed 5,000 characters.
200Returns the FinancialAccount object, including its balance, country, financial addresses, features, status, supported currencies, and lifecycle metadata.
active_featuresarray<string>optional
The array of paths to active Features in the Features hash.
balanceobjectrequired
Balance information for the FinancialAccount
countrystringrequired
Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
createdintegerrequired
Time at which the object was created. Measured in seconds since the Unix epoch.
featuresobjectoptional
Encodes whether a FinancialAccount has access to a particular Feature, with a `status` enum and associated `status_details`.
Stripe or the platform can control Features via the requested field.
financial_addressesarray<TreasuryFinancialAccountsResourceFinancialAddress>required
The set of credentials that resolve to a FinancialAccount.
idstringrequired
Unique identifier for the object.
is_defaultbooleanoptional
livemodebooleanrequired
If the object exists in live mode, the value is `true`. If the object exists in test mode, the value is `false`.
metadataobjectoptional
Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
nicknamestringoptional
The nickname for the FinancialAccount.
objectstringrequired
String representing the object's type. Objects of the same type share the same value.
pending_featuresarray<string>optional
The array of paths to pending Features in the Features hash.
platform_restrictionsobjectoptional
The set of functionalities that the platform can restrict on the FinancialAccount.
restricted_featuresarray<string>optional
The array of paths to restricted Features in the Features hash.
statusstringrequired
Status of this FinancialAccount.
status_detailsobjectrequired
supported_currenciesarray<string>required
The currencies the FinancialAccount can hold a balance in. Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase.
defaultError response.
errorobjectrequired
Error handling
financial_account must be a string no longer than 5,000 characters and must identify the FinancialAccount to retrieve. Each expand value must be a string no longer than 5,000 characters.