Mayson Monorepo Documentation
    Preparing search index...
    interface Payouts {
        debit_negative_balances: boolean;
        schedule: Stripe.Account.Settings.Payouts.Schedule;
        statement_descriptor: string;
    }
    Index

    Properties

    debit_negative_balances: boolean

    A Boolean indicating if Stripe should try to reclaim negative balances from an attached bank account. See Understanding Connect account balances for details. The default value is false when controller.requirement_collection is application, which includes Custom accounts, otherwise true.

    statement_descriptor: string

    The text that appears on the bank account statement for payouts. If not set, this defaults to the platform's bank descriptor as set in the Dashboard.