x402-chainlink
    Preparing search index...

    Interface PaymentPayload

    Payment payload created by client (v2) Spec compliance: x402 v2 - PaymentPayload Schema

    interface PaymentPayload {
        accepted: PaymentRequirements;
        creEndpoint?: string;
        extensions?: Record<string, unknown>;
        payload: ExactEVMPayload;
        resource?: ResourceInfo;
        typedData?: EIP712TypedData;
        x402Version: 2;
    }
    Index

    Properties

    The chosen payment requirement from accepts array

    creEndpoint?: string

    CRE workflow endpoint for settlement (optional)

    extensions?: Record<string, unknown>

    Protocol extensions

    Scheme-specific payment data

    resource?: ResourceInfo

    Information about the protected resource (optional, echo from PaymentRequired)

    typedData?: EIP712TypedData

    EIP-712 typed data used for signature (for verification)

    x402Version: 2

    x402 protocol version