TreasuryFinancialAccountsResourceFinancialAccount
Stripe Treasury provides users with a container for money called a FinancialAccount that is separate from their Payments balance. FinancialAccounts serve as the source and destination of Treasury’s money movement APIs.
Summary
Types
@type t() :: %Stripe.Resources.Treasury.FinancialAccount{ active_features: term(), balance: term(), country: term(), created: term(), features: term(), financial_addresses: term(), id: term(), is_default: term(), livemode: term(), metadata: term(), nickname: term(), object: term(), pending_features: term(), platform_restrictions: term(), restricted_features: term(), status: term(), status_details: term(), supported_currencies: term() }
active_features- The array of paths to active Features in the Features hash.balance- Expandable.country- Two-letter country code (ISO 3166-1 alpha-2). Max length: 5000.created- Time at which the object was created. Measured in seconds since the Unix epoch. Format: Unix timestamp.features- Expandable.financial_addresses- The set of credentials that resolve to a FinancialAccount. Expandable.id- Unique identifier for the object. Max length: 5000.is_defaultlivemode- If the object exists in live mode, the value istrue. If the object exists in test mode, the value isfalse.metadata- Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Nullable.nickname- The nickname for the FinancialAccount. Max length: 5000. Nullable.object- String representing the object's type. Objects of the same type share the same value. Possible values:treasury.financial_account.pending_features- The array of paths to pending Features in the Features hash.platform_restrictions- The set of functionalities that the platform can restrict on the FinancialAccount. Nullable. Expandable.restricted_features- The array of paths to restricted Features in the Features hash.status- Status of this FinancialAccount. Possible values:closed,open.status_details- Expandable.supported_currencies- The currencies the FinancialAccount can hold a balance in. Three-letter ISO currency code, in lowercase.