x402-chainlink
    Preparing search index...

    Interface PaymentRequired

    Payment required response from server (402 response) Spec compliance: x402 v2 - PaymentRequired Schema

    interface PaymentRequired {
        accepts: PaymentRequirements[];
        error?: string;
        extensions?: Record<string, ExtensionData>;
        resource: ResourceInfo;
        x402Version: 2;
    }
    Index

    Properties

    Array of acceptable payment methods

    error?: string

    Human-readable error message explaining why payment is required

    extensions?: Record<string, ExtensionData>

    Protocol extensions

    resource: ResourceInfo

    Information about the protected resource

    x402Version: 2

    x402 protocol version