Improved

Checkout SDK Updates — Web 1.2.0

Latest updates across the Spreedly Checkout SDKs.

Web SDK — v1.2.0 (2026-06-09)

View on GitHub

Added

  • Remaining hosted-fields methods: setInputMode, setRequiredAttribute, resetFields, isLoaded, and reload.
  • New hosted-fields callback event: consoleError (uncaught error inside a hosted iframe).
  • email as an optional Express Checkout form field.
  • eligible_for_card_updater flag accepted in hosted-fields form data.
  • Legacy-iframe migration guide.
  • Option to hide the built-in card-type badge (e.g. VISA): sdk.setShowCardTypeIcon(false) on Hosted Fields and uiConfig.showCardTypeIcon: false on Express Checkout. Shown by default.

Fixed

  • CVV frame tab event not firing.

Changed

  • Tightened the CI bundle-size budget for the CVV iframe bundle (max 140 KB).