Mayson Monorepo Documentation
    Preparing search index...

    A Financial Connections Account represents an account that exists outside of Stripe, to which you have been granted some degree of access.

    Index

    Properties

    id: string

    Unique identifier for the object.

    object: "financial_connections.account"

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

    The account holder that this account belongs to.

    Details about the account numbers.

    The most recent information about the account's balance.

    The state of the most recent attempt to refresh the account balance.

    The type of the account. Account category is further divided in subcategory.

    created: number

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

    display_name: string

    A human-readable name that has been assigned to this account, either by the account holder or by the institution.

    institution_name: string

    The name of the institution that holds this account.

    last4: string

    The last 4 digits of the account number. If present, this will be 4 numeric characters.

    livemode: boolean

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

    ownership: string | AccountOwnership

    The most recent information about the account's owners.

    The state of the most recent attempt to refresh the account owners.

    The list of permissions granted by this account.

    The status of the link to the account.

    subcategory: Subcategory

    If category is cash, one of:

    • checking
    • savings
    • other

    If category is credit, one of:

    • mortgage
    • line_of_credit
    • credit_card
    • other

    If category is investment or other, this will be other.

    subscriptions: "transactions"[]

    The list of data refresh subscriptions requested on this account.

    supported_payment_method_types: SupportedPaymentMethodType[]

    The PaymentMethod type(s) that can be created from this account.

    The state of the most recent attempt to refresh the account transactions.