Mayson Monorepo Documentation
    Preparing search index...
    interface Evidence {
        access_activity_log?: string;
        billing_address?: string;
        cancellation_policy?: string;
        cancellation_policy_disclosure?: string;
        cancellation_rebuttal?: string;
        customer_communication?: string;
        customer_email_address?: string;
        customer_name?: string;
        customer_purchase_ip?: string;
        customer_signature?: string;
        duplicate_charge_documentation?: string;
        duplicate_charge_explanation?: string;
        duplicate_charge_id?: string;
        enhanced_evidence?: Emptyable<
            Stripe.DisputeUpdateParams.Evidence.EnhancedEvidence,
        >;
        product_description?: string;
        receipt?: string;
        refund_policy?: string;
        refund_policy_disclosure?: string;
        refund_refusal_explanation?: string;
        service_date?: string;
        service_documentation?: string;
        shipping_address?: string;
        shipping_carrier?: string;
        shipping_date?: string;
        shipping_documentation?: string;
        shipping_tracking_number?: string;
        uncategorized_file?: string;
        uncategorized_text?: string;
    }
    Index

    Properties

    access_activity_log?: string

    Any server or activity logs showing proof that the customer accessed or downloaded the purchased digital product. This information should include IP addresses, corresponding timestamps, and any detailed recorded activity. Has a maximum character count of 20,000.

    billing_address?: string

    The billing address provided by the customer.

    cancellation_policy?: string

    (ID of a file upload) Your subscription cancellation policy, as shown to the customer.

    cancellation_policy_disclosure?: string

    An explanation of how and when the customer was shown your refund policy prior to purchase. Has a maximum character count of 20,000.

    cancellation_rebuttal?: string

    A justification for why the customer's subscription was not canceled. Has a maximum character count of 20,000.

    customer_communication?: string

    (ID of a file upload) Any communication with the customer that you feel is relevant to your case. Examples include emails proving that the customer received the product or service, or demonstrating their use of or satisfaction with the product or service.

    customer_email_address?: string

    The email address of the customer.

    customer_name?: string

    The name of the customer.

    customer_purchase_ip?: string

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

    customer_signature?: string

    (ID of a file upload) A relevant document or contract showing the customer's signature.

    duplicate_charge_documentation?: string

    (ID of a file upload) Documentation for the prior charge that can uniquely identify the charge, such as a receipt, shipping label, work order, etc. This document should be paired with a similar document from the disputed payment that proves the two payments are separate.

    duplicate_charge_explanation?: string

    An explanation of the difference between the disputed charge versus the prior charge that appears to be a duplicate. Has a maximum character count of 20,000.

    duplicate_charge_id?: string

    The Stripe ID for the prior charge which appears to be a duplicate of the disputed charge.

    Additional evidence for qualifying evidence programs.

    product_description?: string

    A description of the product or service that was sold. Has a maximum character count of 20,000.

    receipt?: string

    (ID of a file upload) Any receipt or message sent to the customer notifying them of the charge.

    refund_policy?: string

    (ID of a file upload) Your refund policy, as shown to the customer.

    refund_policy_disclosure?: string

    Documentation demonstrating that the customer was shown your refund policy prior to purchase. Has a maximum character count of 20,000.

    refund_refusal_explanation?: string

    A justification for why the customer is not entitled to a refund. Has a maximum character count of 20,000.

    service_date?: string

    The date on which the customer received or began receiving the purchased service, in a clear human-readable format.

    service_documentation?: string

    (ID of a file upload) Documentation showing proof that a service was provided to the customer. This could include a copy of a signed contract, work order, or other form of written agreement.

    shipping_address?: string

    The address to which a physical product was shipped. You should try to include as complete address information as possible.

    shipping_carrier?: string

    The delivery service that shipped a physical product, such as Fedex, UPS, USPS, etc. If multiple carriers were used for this purchase, please separate them with commas.

    shipping_date?: string

    The date on which a physical product began its route to the shipping address, in a clear human-readable format.

    shipping_documentation?: string

    (ID of a file upload) Documentation showing proof that a product was shipped to the customer at the same address the customer provided to you. This could include a copy of the shipment receipt, shipping label, etc. It should show the customer's full shipping address, if possible.

    shipping_tracking_number?: string

    The tracking number for a physical product, obtained from the delivery service. If multiple tracking numbers were generated for this purchase, please separate them with commas.

    uncategorized_file?: string

    (ID of a file upload) Any additional evidence or statements.

    uncategorized_text?: string

    Any additional evidence or statements. Has a maximum character count of 20,000.