Mayson Monorepo Documentation
    Preparing search index...

    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.

    Index

    Properties

    id: string

    Unique identifier for the object.

    object: "treasury.financial_account"

    String representing the object's type. Objects of the same type share the same value.

    active_features?: ActiveFeature[]

    The array of paths to active Features in the Features hash.

    Balance information for the FinancialAccount

    country: string

    Two-letter country code (ISO 3166-1 alpha-2).

    created: number

    Time at which the object was created. Measured in seconds since the Unix epoch.

    Encodes whether a FinancialAccount has access to a particular Feature, with a status enum and associated status_details. Stripe or the platform can control Features via the requested field.

    The set of credentials that resolve to a FinancialAccount.

    is_default?: boolean
    livemode: boolean

    Has the value true if the object exists in live mode or the value false if the object exists in test mode.

    metadata: 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.

    nickname?: string

    The nickname for the FinancialAccount.

    pending_features?: PendingFeature[]

    The array of paths to pending Features in the Features hash.

    The set of functionalities that the platform can restrict on the FinancialAccount.

    restricted_features?: RestrictedFeature[]

    The array of paths to restricted Features in the Features hash.

    Status of this FinancialAccount.

    supported_currencies: string[]

    The currencies the FinancialAccount can hold a balance in. Three-letter ISO currency code, in lowercase.