Typescript SDK Type Docs
    Preparing search index...

    Interface PaymentIntegrationsReceived

    Generated when Checkout receives and loads the payment integrations configured for the Application.

    interface PaymentIntegrationsReceived {
        code: "payment_integrations_received";
        correlationId: string;
        message: string;
        payload: any;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "payment_integrations_received"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    Payment integrations received.

    payload: any

    Contains the paymentIntegrations array of objects with the type and connectorId properties.

    severity: string

    info