Mayson Monorepo Documentation
    Preparing search index...
    interface ForwardingSettings {
        financial_account?: string;
        payment_method?: string;
        type: Stripe.Treasury.FinancialAccountUpdateParams.ForwardingSettings.Type;
    }
    Index

    Properties

    financial_account?: string

    The financial_account id

    payment_method?: string

    The payment_method or bank account id. This needs to be a verified bank account.

    The type of the bank account provided. This can be either "financial_account" or "payment_method"