@sumup/sdk
    Preparing search index...

    Type Alias MerchantProfilePayload

    Account's merchant profile

    type MerchantProfilePayload = {
        address: AddressPayloadLegacy;
        business_owners?: BusinessOwners;
        company_name: string;
        company_registration_number: string;
        doing_business_as?: {
            address?: AddressPayloadLegacy;
            business_name?: string;
            email?: string;
            tax_id?: string;
            vat_id?: string;
            website?: string;
        };
        is_test_account?: boolean;
        legal_type_id: number;
        merchant_category_code: string;
        mobile_phone?: string;
        nature_and_purpose?: string;
        permanent_certificate_access_code?: string;
        vat_id?: string;
        website?: string;
    }
    Index

    Properties

    business_owners?: BusinessOwners
    company_name: string

    Company name

    company_registration_number: string

    Company registration number

    doing_business_as?: {
        address?: AddressPayloadLegacy;
        business_name?: string;
        email?: string;
        tax_id?: string;
        vat_id?: string;
        website?: string;
    }

    Type Declaration

    • Optionaladdress?: AddressPayloadLegacy
    • Optionalbusiness_name?: string

      Doing business as name

    • Optionalemail?: string

      Doing business as email

    • Optionaltax_id?: string

      Doing business as Tax ID

    • Optionalvat_id?: string

      Doing business as Vat ID

    • Optionalwebsite?: string

      Doing business as website

    is_test_account?: boolean

    Defines if the profile nature is for testing

    legal_type_id: number

    Id of the legal type of the merchant

    merchant_category_code: string

    Merchant category code

    mobile_phone?: string

    Mobile number

    nature_and_purpose?: string

    Nature and purpose of the business. Required for the following merchant category codes: 5999, 7392, 8999, 5694, 5969, 7299, 7399

    permanent_certificate_access_code?: string

    Payment certificate access code

    vat_id?: string

    Vat ID

    website?: string

    Company website