Typescript SDK Type Docs
    Preparing search index...

    Interface InitTimeout

    Generated when Checkout does not receive the configuration properties with the checkoutFlow or paymentFlow method on time.

    interface InitTimeout {
        code: "init_timeout";
        correlationId: string;
        message: string;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "init_timeout"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    Timeout error, no init message received.

    severity: string

    error