Mayson Monorepo Documentation
    Preparing search index...
    interface Payouts {
        minimum_balance_by_currency?: Emptyable<
            { [key: string]: Emptyable<number> },
        >;
        schedule?: Stripe.BalanceSettingsUpdateParams.Payments.Payouts.Schedule;
        statement_descriptor?: string;
    }
    Index

    Properties

    minimum_balance_by_currency?: Emptyable<{ [key: string]: Emptyable<number> }>

    The minimum balance amount to retain per currency after automatic payouts. Only funds that exceed these amounts are paid out. Learn more about the minimum balances for automatic payouts.

    Details on when funds from charges are available, and when they are paid out to an external account. For details, see our Setting Bank and Debit Card Payouts documentation.

    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.