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

    Interface ReceiptPayload

    Canonical receipt payload fields

    interface ReceiptPayload {
        version: number;
        network: string;
        resourceUrl: string;
        payer: string;
        issuedAt: number;
        transaction?: string;
    }
    Index

    Properties

    version: number

    Schema version (currently 1)

    network: string

    CAIP-2 network identifier

    resourceUrl: string

    URL of the paid resource

    payer: string

    Payer identifier (wallet address)

    issuedAt: number

    Unix timestamp when issued (seconds)

    transaction?: string

    Blockchain transaction hash (empty string if not available)