Typescript SDK Type Docs
    Preparing search index...

    Interface PaymentIntegrationNotAvailable

    Generated when there is an error with the selected payment integration and the payment integration is unavailable.

    interface PaymentIntegrationNotAvailable {
        code: "payment_integration_not_available";
        correlationId: string;
        message: string;
        payload: any;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "payment_integration_not_available"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    Payment integration not available.

    payload: any

    Contains the method object with the type, id, and connectorId properties.

    severity: string

    warn