Mayson Monorepo Documentation
    Preparing search index...
    interface PriorUndisputedTransaction {
        charge: string;
        customer_account_id: string;
        customer_device_fingerprint: string;
        customer_device_id: string;
        customer_email_address: string;
        customer_purchase_ip: string;
        product_description: string;
        shipping_address: Stripe.Address;
    }
    Index

    Properties

    charge: string

    Stripe charge ID for the Visa Compelling Evidence 3.0 eligible prior charge.

    customer_account_id: string

    User Account ID used to log into business platform. Must be recognizable by the user.

    customer_device_fingerprint: string

    Unique identifier of the cardholder's device derived from a combination of at least two hardware and software attributes. Must be at least 20 characters.

    customer_device_id: string

    Unique identifier of the cardholder's device such as a device serial number (e.g., International Mobile Equipment Identity [IMEI]). Must be at least 15 characters.

    customer_email_address: string

    The email address of the customer.

    customer_purchase_ip: string

    The IP address that the customer used when making the purchase.

    product_description: string

    A description of the product or service that was sold.

    shipping_address: Stripe.Address

    The address to which a physical product was shipped. All fields are required for Visa Compelling Evidence 3.0 evidence submission.