Typescript SDK Type Docs
    Preparing search index...

    Interface ExpiredSession

    Generated when the Checkout Session is expired.

    interface ExpiredSession {
        code: "expired_session";
        correlationId: string;
        message: string;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "expired_session"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    Session is expired.

    severity: string

    error