Inttegro Web SDKs - v0.1.0
    Preparing search index...

    Interface CheckoutReadyEvent

    Emitted once the hosted checkout is initialized and interactive.

    The corresponding CheckoutController.mount promise resolves at the same point. This event means the UI is ready; it does not mean the Order is payable or paid.

    interface CheckoutReadyEvent {
        occurredAt: string;
        type: "ready";
    }

    Hierarchy

    • CheckoutEventBase
      • CheckoutReadyEvent
    Index
    occurredAt: string

    ISO 8601 timestamp recorded by hosted Checkout when the event occurred. Use it for ordering and telemetry context, not as proof of payment.

    type: "ready"

    Event discriminator.