POST /v1/treasury/financial_accounts/{financial_account}/features
Updates the Features associated with a FinancialAccount.
Servers
- https://api.stripe.com/
Path parameters
Name | Type | Required | Description |
---|---|---|---|
financial_account |
String | Yes |
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/x-www-form-urlencoded" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
financial_addresses |
Object | No |
Contains Features that add FinancialAddresses to the FinancialAccount. |
financial_addresses.aba |
Object | No | |
financial_addresses.aba.requested |
Boolean | Yes | |
expand[] |
Array | No |
Specifies which fields in the response should be expanded. |
outbound_payments |
Object | No |
Includes Features related to initiating money movement out of the FinancialAccount to someone else's bucket of money. |
outbound_payments.us_domestic_wire |
Object | No | |
outbound_payments.us_domestic_wire.requested |
Boolean | Yes | |
outbound_payments.ach |
Object | No | |
outbound_payments.ach.requested |
Boolean | Yes | |
inbound_transfers |
Object | No |
Contains settings related to adding funds to a FinancialAccount from another Account with the same owner. |
inbound_transfers.ach |
Object | No | |
inbound_transfers.ach.requested |
Boolean | Yes | |
intra_stripe_flows |
Object | No |
Represents the ability for the FinancialAccount to send money to, or receive money from other FinancialAccounts (for example, via OutboundPayment). |
intra_stripe_flows.requested |
Boolean | Yes | |
deposit_insurance |
Object | No |
Represents whether this FinancialAccount is eligible for deposit insurance. Various factors determine the insurance amount. |
deposit_insurance.requested |
Boolean | Yes | |
card_issuing |
Object | No |
Encodes the FinancialAccount's ability to be used with the Issuing product, including attaching cards to and drawing funds from the FinancialAccount. |
card_issuing.requested |
Boolean | Yes | |
outbound_transfers |
Object | No |
Contains a Feature and settings related to moving money out of the FinancialAccount into another Account with the same owner. |
outbound_transfers.us_domestic_wire |
Object | No | |
outbound_transfers.us_domestic_wire.requested |
Boolean | Yes | |
outbound_transfers.ach |
Object | No | |
outbound_transfers.ach.requested |
Boolean | Yes |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.