Typescript SDK Type Docs
    Preparing search index...

    Interface ExpressPaymentIntegrationNotAvailable

    Generated when a requested Express Payments integration is not available. This can happen when using mountMethod() with a payment method that is not configured or not available for the current session.

    interface ExpressPaymentIntegrationNotAvailable {
        code: "express_payment_integration_not_available";
        correlationId: string;
        message: string;
        payload: any;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "express_payment_integration_not_available"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    Express Payments integration not available.

    payload: any

    Contains the integration object with the type property indicating the requested payment integration type, and availableMethods array listing the available payment methods.

    severity: string

    warn