@sumup/sdk
    Preparing search index...

    Type Alias BusinessProfile

    Business information about the merchant. This information will be visible to the merchant's customers.

    type BusinessProfile = {
        address?: Address;
        branding?: Branding;
        dynamic_descriptor?: string;
        email?: string;
        name?: string;
        phone_number?: PhoneNumber;
        website?: string;
    }
    Index

    Properties

    address?: Address
    branding?: Branding
    dynamic_descriptor?: string

    The descriptor is the text that your customer sees on their bank account statement. The more recognisable your descriptor is, the less risk you have of receiving disputes (e.g. chargebacks).

    email?: string

    A publicly available email address.

    name?: string

    The customer-facing business name.

    phone_number?: PhoneNumber
    website?: string

    The business's publicly available website.