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

    Module @inttegro/react

    React component adapter for Inttegro-hosted Checkout.

    @inttegro/react

    React adapter for Inttegro hosted workflows. The component automatically uses @inttegro/js to load the executable runtime from Inttegro's fixed origin; it does not bundle the payment-collection runtime.

    import { Checkout } from '@inttegro/react'

    export function Payment({ orderId }: { orderId: string }) {
    return (
    <Checkout
    orderId={orderId}
    onCompleted={() => location.assign('/complete')}
    />
    )
    }
    CheckoutAppearance
    CheckoutTheme
    CheckoutErrorEvent
    CheckoutEvent
    CheckoutHandle
    CheckoutProps
    Checkout