---
title: "Retrieve FinancialAccount Features"
method: GET
path: "/v1/treasury/financial_accounts/{financial_account}/features"
---

# Retrieve FinancialAccount Features

`GET /v1/treasury/financial_accounts/{financial_account}/features`

Retrieves Features information associated with the FinancialAccount.

## Path parameters

- `financial_account` string, required

## Query parameters

- `expand` string[]

## Response `200`

Successful response.

- TreasuryFinancialAccountFeatures — 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.
  - `card_issuing` TreasuryFinancialAccountsResourceToggleSettings — Toggle settings for enabling/disabling a feature
    - `requested` boolean, required — Whether the FinancialAccount should have the Feature.
    - `status` 'active' | 'pending' | 'restricted', required — Whether the Feature is operational.
    - `status_details` TreasuryFinancialAccountsResourceTogglesSettingStatusDetails[], required — Additional details; includes at least one entry when the status is not `active`.
      - `code` 'activating' | 'capability_not_requested' | 'financial_account_closed' | 'rejected_other' | 'rejected_unsupported_business' | 'requirements_past_due' | 'requirements_pending_verification' | 'restricted_by_platform' | 'restricted_other', required — Represents the reason why the status is `pending` or `restricted`.
      - `resolution` 'contact_stripe' | 'provide_information' | 'remove_restriction', nullable — Represents what the user should do, if anything, to activate the Feature.
      - `restriction` 'inbound_flows' | 'outbound_flows' — The `platform_restrictions` that are restricting this Feature.
  - `deposit_insurance` TreasuryFinancialAccountsResourceToggleSettings — Toggle settings for enabling/disabling a feature
    - `requested` boolean, required — Whether the FinancialAccount should have the Feature.
    - `status` 'active' | 'pending' | 'restricted', required — Whether the Feature is operational.
    - `status_details` TreasuryFinancialAccountsResourceTogglesSettingStatusDetails[], required — Additional details; includes at least one entry when the status is not `active`.
      - `code` 'activating' | 'capability_not_requested' | 'financial_account_closed' | 'rejected_other' | 'rejected_unsupported_business' | 'requirements_past_due' | 'requirements_pending_verification' | 'restricted_by_platform' | 'restricted_other', required — Represents the reason why the status is `pending` or `restricted`.
      - `resolution` 'contact_stripe' | 'provide_information' | 'remove_restriction', nullable — Represents what the user should do, if anything, to activate the Feature.
      - `restriction` 'inbound_flows' | 'outbound_flows' — The `platform_restrictions` that are restricting this Feature.
  - `financial_addresses` TreasuryFinancialAccountsResourceFinancialAddressesFeatures — Settings related to Financial Addresses features on a Financial Account
    - `aba` TreasuryFinancialAccountsResourceAbaToggleSettings — Toggle settings for enabling/disabling the ABA address feature
      - `requested` boolean, required — Whether the FinancialAccount should have the Feature.
      - `status` 'active' | 'pending' | 'restricted', required — Whether the Feature is operational.
      - `status_details` TreasuryFinancialAccountsResourceTogglesSettingStatusDetails[], required — Additional details; includes at least one entry when the status is not `active`.
        - `code` 'activating' | 'capability_not_requested' | 'financial_account_closed' | 'rejected_other' | 'rejected_unsupported_business' | 'requirements_past_due' | 'requirements_pending_verification' | 'restricted_by_platform' | 'restricted_other', required — Represents the reason why the status is `pending` or `restricted`.
        - `resolution` 'contact_stripe' | 'provide_information' | 'remove_restriction', nullable — Represents what the user should do, if anything, to activate the Feature.
        - `restriction` 'inbound_flows' | 'outbound_flows' — The `platform_restrictions` that are restricting this Feature.
  - `inbound_transfers` TreasuryFinancialAccountsResourceInboundTransfers — InboundTransfers contains inbound transfers features for a FinancialAccount.
    - `ach` TreasuryFinancialAccountsResourceInboundAchToggleSettings — Toggle settings for enabling/disabling an inbound ACH specific feature
      - `requested` boolean, required — Whether the FinancialAccount should have the Feature.
      - `status` 'active' | 'pending' | 'restricted', required — Whether the Feature is operational.
      - `status_details` TreasuryFinancialAccountsResourceTogglesSettingStatusDetails[], required — Additional details; includes at least one entry when the status is not `active`.
        - `code` 'activating' | 'capability_not_requested' | 'financial_account_closed' | 'rejected_other' | 'rejected_unsupported_business' | 'requirements_past_due' | 'requirements_pending_verification' | 'restricted_by_platform' | 'restricted_other', required — Represents the reason why the status is `pending` or `restricted`.
        - `resolution` 'contact_stripe' | 'provide_information' | 'remove_restriction', nullable — Represents what the user should do, if anything, to activate the Feature.
        - `restriction` 'inbound_flows' | 'outbound_flows' — The `platform_restrictions` that are restricting this Feature.
  - `intra_stripe_flows` TreasuryFinancialAccountsResourceToggleSettings — Toggle settings for enabling/disabling a feature
    - `requested` boolean, required — Whether the FinancialAccount should have the Feature.
    - `status` 'active' | 'pending' | 'restricted', required — Whether the Feature is operational.
    - `status_details` TreasuryFinancialAccountsResourceTogglesSettingStatusDetails[], required — Additional details; includes at least one entry when the status is not `active`.
      - `code` 'activating' | 'capability_not_requested' | 'financial_account_closed' | 'rejected_other' | 'rejected_unsupported_business' | 'requirements_past_due' | 'requirements_pending_verification' | 'restricted_by_platform' | 'restricted_other', required — Represents the reason why the status is `pending` or `restricted`.
      - `resolution` 'contact_stripe' | 'provide_information' | 'remove_restriction', nullable — Represents what the user should do, if anything, to activate the Feature.
      - `restriction` 'inbound_flows' | 'outbound_flows' — The `platform_restrictions` that are restricting this Feature.
  - `object` 'treasury.financial_account_features', required — String representing the object's type. Objects of the same type share the same value.
  - `outbound_payments` TreasuryFinancialAccountsResourceOutboundPayments — Settings related to Outbound Payments features on a Financial Account
    - `ach` TreasuryFinancialAccountsResourceOutboundAchToggleSettings — Toggle settings for enabling/disabling an outbound ACH specific feature
      - `requested` boolean, required — Whether the FinancialAccount should have the Feature.
      - `status` 'active' | 'pending' | 'restricted', required — Whether the Feature is operational.
      - `status_details` TreasuryFinancialAccountsResourceTogglesSettingStatusDetails[], required — Additional details; includes at least one entry when the status is not `active`.
        - `code` 'activating' | 'capability_not_requested' | 'financial_account_closed' | 'rejected_other' | 'rejected_unsupported_business' | 'requirements_past_due' | 'requirements_pending_verification' | 'restricted_by_platform' | 'restricted_other', required — Represents the reason why the status is `pending` or `restricted`.
        - `resolution` 'contact_stripe' | 'provide_information' | 'remove_restriction', nullable — Represents what the user should do, if anything, to activate the Feature.
        - `restriction` 'inbound_flows' | 'outbound_flows' — The `platform_restrictions` that are restricting this Feature.
    - `us_domestic_wire` TreasuryFinancialAccountsResourceToggleSettings — Toggle settings for enabling/disabling a feature
      - `requested` boolean, required — Whether the FinancialAccount should have the Feature.
      - `status` 'active' | 'pending' | 'restricted', required — Whether the Feature is operational.
      - `status_details` TreasuryFinancialAccountsResourceTogglesSettingStatusDetails[], required — Additional details; includes at least one entry when the status is not `active`.
        - `code` 'activating' | 'capability_not_requested' | 'financial_account_closed' | 'rejected_other' | 'rejected_unsupported_business' | 'requirements_past_due' | 'requirements_pending_verification' | 'restricted_by_platform' | 'restricted_other', required — Represents the reason why the status is `pending` or `restricted`.
        - `resolution` 'contact_stripe' | 'provide_information' | 'remove_restriction', nullable — Represents what the user should do, if anything, to activate the Feature.
        - `restriction` 'inbound_flows' | 'outbound_flows' — The `platform_restrictions` that are restricting this Feature.
  - `outbound_transfers` TreasuryFinancialAccountsResourceOutboundTransfers — OutboundTransfers contains outbound transfers features for a FinancialAccount.
    - `ach` TreasuryFinancialAccountsResourceOutboundAchToggleSettings — Toggle settings for enabling/disabling an outbound ACH specific feature
      - `requested` boolean, required — Whether the FinancialAccount should have the Feature.
      - `status` 'active' | 'pending' | 'restricted', required — Whether the Feature is operational.
      - `status_details` TreasuryFinancialAccountsResourceTogglesSettingStatusDetails[], required — Additional details; includes at least one entry when the status is not `active`.
        - `code` 'activating' | 'capability_not_requested' | 'financial_account_closed' | 'rejected_other' | 'rejected_unsupported_business' | 'requirements_past_due' | 'requirements_pending_verification' | 'restricted_by_platform' | 'restricted_other', required — Represents the reason why the status is `pending` or `restricted`.
        - `resolution` 'contact_stripe' | 'provide_information' | 'remove_restriction', nullable — Represents what the user should do, if anything, to activate the Feature.
        - `restriction` 'inbound_flows' | 'outbound_flows' — The `platform_restrictions` that are restricting this Feature.
    - `us_domestic_wire` TreasuryFinancialAccountsResourceToggleSettings — Toggle settings for enabling/disabling a feature
      - `requested` boolean, required — Whether the FinancialAccount should have the Feature.
      - `status` 'active' | 'pending' | 'restricted', required — Whether the Feature is operational.
      - `status_details` TreasuryFinancialAccountsResourceTogglesSettingStatusDetails[], required — Additional details; includes at least one entry when the status is not `active`.
        - `code` 'activating' | 'capability_not_requested' | 'financial_account_closed' | 'rejected_other' | 'rejected_unsupported_business' | 'requirements_past_due' | 'requirements_pending_verification' | 'restricted_by_platform' | 'restricted_other', required — Represents the reason why the status is `pending` or `restricted`.
        - `resolution` 'contact_stripe' | 'provide_information' | 'remove_restriction', nullable — Represents what the user should do, if anything, to activate the Feature.
        - `restriction` 'inbound_flows' | 'outbound_flows' — The `platform_restrictions` that are restricting this Feature.

## Other responses

- `default` — Error response.

---

[API](https://skmtc.net/stripe/apis/spec3.md) · [All operations](https://skmtc.net/stripe/apis/spec3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stripe/spec3/revisions/3653ad45bbec/schema)
