Typescript SDK Type Docs
    Preparing search index...

    Interface CheckoutStarted

    Generated when the configuration properties are passed successfully with the checkoutFlow or paymentFlow method and the checkout process starts.

    interface CheckoutStarted {
        code: "checkout_started";
        correlationId: string;
        message: string;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "checkout_started"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    Checkout started.

    severity: string

    info