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

    Interface CheckoutProps

    Props accepted by the Inttegro Checkout component.

    Changing orderId, timeout, or title replaces the hosted controller. Changing appearance or locale updates it in place, preserving payer progress where the hosted flow permits.

    interface CheckoutProps {
        appearance?: CheckoutAppearance;
        locale?: string;
        orderId: string;
        timeout?: number;
        title?: string;
    }
    Index
    appearance?: CheckoutAppearance

    Initial and reactive theme preference for hosted Checkout.

    locale?: string

    Initial and reactive BCP 47 locale preference.

    orderId: string

    Client-safe reference for the finalized Order being paid.

    timeout?: number

    Mount timeout from 1,000–60,000 ms; defaults to 15,000 ms.

    title?: string

    Accessible iframe title; defaults to Checkout.