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

    Interface CheckoutPaymentAttemptEvent

    Emitted when the payer submits valid details and a payment attempt begins.

    Use this for progress telemetry or to disable surrounding navigation. Do not treat it as authorization or confirmation that funds moved.

    interface CheckoutPaymentAttemptEvent {
        occurredAt: string;
        type: "paymentAttempt";
    }

    Hierarchy

    • CheckoutEventBase
      • CheckoutPaymentAttemptEvent
    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: "paymentAttempt"

    Event discriminator.