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

    Interface DisputePayload

    Canonical dispute payload fields

    interface DisputePayload {
        version: number;
        receiptHash: string;
        reason: DisputeReason;
        requestedAmount: string;
        validUntil: number;
        evidence?: string[];
    }
    Index

    Properties

    version: number

    Extension version (currently 1)

    receiptHash: string

    EIP-712 hash of the SignedReceipt being disputed

    Standard or x_*-prefixed dispute reason

    requestedAmount: string

    Refund requested, in token smallest unit. "0" = on-record only

    validUntil: number

    Unix timestamp after which the dispute envelope is no longer valid

    evidence?: string[]

    URIs pointing to dispute evidence (IPFS / Arweave / HTTPS)