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

    Interface ResolutionPayload

    Canonical resolution payload fields

    interface ResolutionPayload {
        version: number;
        disputeHash: string;
        verdict: DisputeVerdict;
        settledAmount: string;
        arbiter: string;
        issuedAt: number;
        refundTransaction?: string;
    }
    Index

    Properties

    version: number

    Extension version (currently 1)

    disputeHash: string

    EIP-712 hash of the SignedDispute being resolved

    Arbiter verdict

    settledAmount: string

    Actual refund amount granted, in token smallest unit. MUST equal 0 for denied or void.

    arbiter: string

    Address of the arbiter issuing the resolution; MUST match the arbiter advertised on the receipt's offer.

    issuedAt: number

    Unix timestamp of resolution issuance

    refundTransaction?: string

    On-chain refund tx hash (0x + 64 hex), or an off-chain ref like "offchain://wire/2026-05-28/INV-123". Empty when no refund issued.