@sumup/sdk
    Preparing search index...

    Type Alias MerchantSettings

    Merchant settings (like "payout_type", "payout_period")

    type MerchantSettings = {
        daily_payout_email?: boolean;
        gross_settlement?: boolean;
        monthly_payout_email?: boolean;
        moto_payment?: "UNAVAILABLE" | "ENFORCED" | "ON" | "OFF";
        payout_instrument?: string;
        payout_on_demand?: boolean;
        payout_on_demand_available?: boolean;
        payout_period?: string;
        payout_type?: string;
        printers_enabled?: boolean;
        stone_merchant_code?: string;
        tax_enabled?: boolean;
    }
    Index

    Properties

    daily_payout_email?: boolean

    Whether merchant will receive daily payout emails

    gross_settlement?: boolean

    Whether merchant has gross settlement enabled

    monthly_payout_email?: boolean

    Whether merchant will receive monthly payout emails

    moto_payment?: "UNAVAILABLE" | "ENFORCED" | "ON" | "OFF"

    Whether merchant can make MOTO payments

    payout_instrument?: string

    Payout Instrument

    payout_on_demand?: boolean

    Whether merchant will receive payouts on demand

    payout_on_demand_available?: boolean

    Whether merchant can edit payouts on demand

    payout_period?: string

    Payout frequency

    payout_type?: string

    Payout type

    printers_enabled?: boolean

    Whether to show printers in mobile app

    stone_merchant_code?: string

    Stone merchant code

    tax_enabled?: boolean

    Whether to show tax in receipts (saved per transaction)