Mayson Monorepo Documentation
    Preparing search index...
    interface MerchantData {
        category?: Stripe.TestHelpers.Issuing.TransactionCreateForceCaptureParams.MerchantData.Category;
        city?: string;
        country?: string;
        name?: string;
        network_id?: string;
        postal_code?: string;
        state?: string;
        terminal_id?: string;
        url?: string;
    }
    Index

    Properties

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

    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

    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