#GiovanniV - Financial Account
1 messages · Page 1 of 1 (latest)
You will need to create a financial account through the API.
is the message I am getting this is for treasury
add a finacial account to a connected account for testing purposes in test mode
I have the capabilities for treasury and I need to add a financial account to a connect account
I am not super familiar with Treasury yet but I would suggest starting here:
https://stripe.com/docs/treasury/examples/financial-accounts
I am running this: stripe financial_accounts create
-d "supported_currencies[]"=usd
on my cli
but it say that stripe command not found: financial_accounts
Stripe Treasury is currently in beta development. Consequently, features described in this documentation might change before its general availability release. Members of the beta program have access to expanded documentation.
So we cannot be certain what features are available.
The only example we have for creating a Financial Account is a curl request. I don't think this functionality exists in the CLI yet