Mayson Monorepo Documentation
    Preparing search index...
    interface MerchantData {
        category: string;
        category_code: string;
        city: string;
        country: string;
        name: string;
        network_id: string;
        postal_code: string;
        state: string;
        tax_id: string;
        terminal_id: string;
        url: string;
    }
    Index

    Properties

    category: string

    A categorization of the seller's type of business. See our merchant categories guide for a list of possible values.

    category_code: string

    The merchant category code for the seller's business

    city: string

    City where the seller is located

    country: string

    Country where the seller is located

    name: string

    Name of the seller

    network_id: string

    Identifier assigned to the seller by the card network. Different card networks may assign different network_id fields to the same merchant.

    postal_code: string

    Postal code where the seller is located

    state: string

    State where the seller is located

    tax_id: string

    The seller's tax identification number. Currently populated for French merchants only.

    terminal_id: string

    An ID assigned by the seller to the location of the sale.

    url: string

    URL provided by the merchant on a 3DS request