Sample - Stripe API
GET/v1/treasury/financial_accounts/{financial_account}/features

Retrieve financial account features

Retrieves feature access information for a FinancialAccount. Use financial_account to identify the account and expand to request additional response fields when inspecting feature settings.

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

2 parameters
financial_accountstringrequired
The unique identifier of the FinancialAccount whose features 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.

2 status codes
200Returns the FinancialAccount feature object, including feature settings for card issuing, deposit insurance, financial addresses, inbound transfers, intra-account flows, outbound payments, and outbound transfers.
card_issuingobjectoptional
Toggle settings for enabling/disabling a feature
deposit_insuranceobjectoptional
Toggle settings for enabling/disabling a feature
financial_addressesobjectoptional
Settings related to Financial Addresses features on a Financial Account
inbound_transfersobjectoptional
InboundTransfers contains inbound transfers features for a FinancialAccount.
intra_stripe_flowsobjectoptional
Toggle settings for enabling/disabling a feature
objectstringrequired
String representing the object's type. Objects of the same type share the same value.
Allowed:treasury.financial_account_features
outbound_paymentsobjectoptional
Settings related to Outbound Payments features on a Financial Account
outbound_transfersobjectoptional
OutboundTransfers contains outbound transfers features for a FinancialAccount.
defaultError response.
errorobjectrequired

Error handling

financial_account must be a string no longer than 5,000 characters and must identify the FinancialAccount. Each expand value must be a string no longer than 5,000 characters.