@nevermined-io/payments
    Preparing search index...

    Interface VisaPaymentRequired

    Visa-specific PaymentRequired response

    interface VisaPaymentRequired {
        accepts: VisaPaymentRequirements[];
        error?: string;
        extensions?: Record<string, unknown>;
        resource: X402Resource;
        x402Version: 2;
    }
    Index

    Properties

    error?: string
    extensions?: Record<string, unknown>
    resource: X402Resource
    x402Version: 2