Improved
Checkout SDK Updates — Web v1.6.2
September 14th, 2026
Web SDK — v1.6.2 (2026-09-10)
Added
- PayPal Complete Payments (PPCP): a new standalone
SpreedlyPPCPentry point, exposed from both the Hosted Fields and Express Checkout bundles aswindow.SpreedlyPPCP, for checkout with PayPal's JS SDK v6. The merchant loads PayPal'sweb-sdk/v6/core; the SDK runs the PayPal instance and renders the eligible branded buttons as PayPal's web components (paypal,venmo,payLater,payPalCredit), then drives the payment session on click. The merchant's backend creates the order and captures it after approval. Supports vaulting with and without purchase, and Pay Later messaging. Seedocs/ppcp/(integration guide and API reference).
Fixed
- ACH and offsite tokenization now POST to
payment_methods.jsonso they work from the merchant page (CORS). Card iframe tokenization is unchanged.
Security
- 3DS1 redirect/fallback: gateway-supplied
checkout_formHTML is now rendered inside an isolated iframe.

