POST
/v1/treasury/financial_accounts/{financial_account}/featuresUpdate financial account features
Updates feature access settings for a FinancialAccount. Submit the feature groups you want to change and set each requested access value to control whether that capability is requested.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
- IdempotentThe SDK sends
Idempotency-Key, so a retried request is only applied once.
financial_accountstringrequired
The unique identifier of the FinancialAccount whose features to update. Must not exceed 5,000 characters.
Optional form-encoded feature settings for a FinancialAccount.
card_issuingobjectoptional
Encodes the FinancialAccount's ability to be used with the Issuing product, including attaching cards to and drawing funds from the FinancialAccount.
deposit_insuranceobjectoptional
Represents whether this FinancialAccount is eligible for deposit insurance. Various factors determine the insurance amount.
expandarray<string>optional
Specifies which fields in the response should be expanded.
financial_addressesobjectoptional
Contains Features that add FinancialAddresses to the FinancialAccount.
inbound_transfersobjectoptional
Contains settings related to adding funds to a FinancialAccount from another Account with the same owner.
intra_stripe_flowsobjectoptional
Represents the ability for the FinancialAccount to send money to, or receive money from other FinancialAccounts (for example, via OutboundPayment).
outbound_paymentsobjectoptional
Includes Features related to initiating money movement out of the FinancialAccount to someone else's bucket of money.
outbound_transfersobjectoptional
Contains a Feature and settings related to moving money out of the FinancialAccount into another Account with the same owner.
200Returns the updated FinancialAccount feature object, including requested access, feature status, status details, and settings for supported money movement capabilities.
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.
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. Every feature access object that you provide must include a boolean requested value, including nested access objects under financial addresses, transfers, and payments.