OMPX JavaScript SDK
    Preparing search index...

    Interface X402SettlementResponse

    X402 PAYMENT-RESPONSE header payload (decoded from Base64 JSON)

    interface X402SettlementResponse {
        error?: string;
        networkId?: string;
        payer?: string;
        success: boolean;
        transaction?: string;
    }
    Index

    Properties

    error?: string
    networkId?: string
    payer?: string
    success: boolean
    transaction?: string