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

    Interface CheckoutCompletedEvent

    Emitted when hosted Checkout reaches its successful terminal state.

    Navigate to your completion view or begin server-side reconciliation here. For fulfillment, independently retrieve the Order or process the signed server webhook; a browser event can be interrupted, replayed, or suppressed.

    interface CheckoutCompletedEvent {
        occurredAt: string;
        type: "completed";
    }

    Hierarchy

    • CheckoutEventBase
      • CheckoutCompletedEvent
    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: "completed"

    Event discriminator.