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

    Interface CheckoutAppearance

    Visual preferences applied inside the hosted Checkout frame.

    The frame owns its controls, typography, payment-method presentation, and validation UI so the payment experience remains consistent across merchants. Your application controls the size and placement of the outer container.

    interface CheckoutAppearance {
        theme?: CheckoutTheme;
    }
    Index

    Checkout color scheme. Defaults to the hosted experience's system-aware behavior when omitted.