Typescript SDK Type Docs
    Preparing search index...

    Interface OrderVerificationStarted

    Generated when Checkout starts verifying the Order.

    interface OrderVerificationStarted {
        code: "order_verification_started";
        correlationId: string;
        message: string;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "order_verification_started"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    Order verification started.

    severity: string

    info