@usethrottle/checkout-sdk
    Preparing search index...

    Function ThrottleCheckout

    • ThrottleCheckout — Phase 1 platform SDK wrapper.

      Wraps <PaymentEmbed> from @usethrottle/checkout-react and adds:

      1. Idempotency — settledRef ensures onSucceeded / onFailed fire at most once per component lifetime, even if the iframe sends duplicate events.
      2. Telemetry — onTelemetry callback receives every lifecycle event with a typed payload so workspaces can pipe to Datadog / Segment / etc.
      3. Brand theming — theme.primary + theme.logo are forwarded to the underlying <PaymentEmbed> which appends them as URL query params on the hosted checkout iframe src.

      Parameters

      Returns Element