@sumup/sdk
    Preparing search index...

    Type Alias MerchantProfile

    Account's merchant profile

    type MerchantProfile = {
        address?: AddressWithDetails;
        bank_accounts?: BankAccount[];
        business_owners?: BusinessOwners;
        company_name?: string;
        company_registration_number?: string;
        country?: string;
        doing_business_as?: DoingBusinessAs;
        extdev?: boolean;
        legal_type?: LegalType;
        locale?: string;
        merchant_category_code?: string;
        merchant_code?: string;
        mobile_phone?: string;
        nature_and_purpose?: string;
        payout_zone_migrated?: boolean;
        permanent_certificate_access_code?: string;
        settings?: MerchantSettings;
        vat_id?: string;
        vat_rates?: VatRates;
        website?: string;
    }
    Index

    Properties

    bank_accounts?: BankAccount[]
    business_owners?: BusinessOwners
    company_name?: string

    Company name

    company_registration_number?: string

    Company registration number

    country?: string

    Merchant country code formatted according to ISO3166-1 alpha-2 (for internal usage only)

    doing_business_as?: DoingBusinessAs
    extdev?: boolean

    True if the merchant is extdev

    legal_type?: LegalType
    locale?: string

    Merchant locale (for internal usage only)

    merchant_category_code?: string

    Merchant category code

    merchant_code?: string

    Unique identifying code of the merchant profile

    mobile_phone?: string

    Mobile phone number

    nature_and_purpose?: string

    Nature and purpose of the business

    payout_zone_migrated?: boolean

    True if the payout zone of this merchant is migrated

    permanent_certificate_access_code?: string

    Permanent certificate access code (Portugal)

    settings?: MerchantSettings
    vat_id?: string

    Vat ID

    vat_rates?: VatRates
    website?: string

    Website