provider POST /v1/treasury/financial_accounts/{financial_account}/features
@utdk/stripe /v1/treasury/financial_accounts/{financial_account}/features
Update FinancialAccount Features
<p>Updates the Features associated with a FinancialAccount.</p>
financial_account path required
string

Try it

Authentication
Configure credentials for Stripe API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

posttreasuryfinancialaccountsfinancialaccountfeatures
POST/v1/treasury/financial_accounts/{financial_account}/features
<p>Updates the Features associated with a FinancialAccount.</p>

Parameters

required

Input

Encodes the FinancialAccount's ability to be used with the Issuing product, including attaching cards to and drawing funds from the FinancialAccount.

Represents whether this FinancialAccount is eligible for deposit insurance. Various factors determine the insurance amount.

Specifies which fields in the response should be expanded.

Contains Features that add FinancialAddresses to the FinancialAccount.

Contains settings related to adding funds to a FinancialAccount from another Account with the same owner.

Represents the ability for the FinancialAccount to send money to, or receive money from other FinancialAccounts (for example, via OutboundPayment).

Includes Features related to initiating money movement out of the FinancialAccount to someone else's bucket of money.

Contains a Feature and settings related to moving money out of the FinancialAccount into another Account with the same owner.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import stripe from '@utdk/stripe';

await stripe.posttreasuryfinancialaccountsfinancialaccountfeatures()