T402 API Reference - v2.8.0
    Preparing search index...

    Interface FeedbackSubmissionConfig

    Feedback submission configuration

    interface FeedbackSubmissionConfig {
        tag1?: string;
        tag2?: string;
        includeProofOfPayment?: boolean;
        feedbackBaseURI?: string;
    }
    Index

    Properties

    tag1?: string

    Default tag1 for payment-related feedback

    tag2?: string

    Default tag2 for additional classification

    includeProofOfPayment?: boolean

    Whether to include proofOfPayment from SettleResponse

    feedbackBaseURI?: string

    Base URI for hosting feedback files (optional, for off-chain data)