WooPaddle Light Paddle – Checkout For WooCommerce is the free Paddle payment gateway for WooCommerce. It connects your store to Paddle so customers can pay securely through Paddle Classic checkout while Paddle handles tax, compliance, and payouts as your Merchant of Record.
Ideal for digital products, software, and online stores that need reliable one-time payments without building a custom Paddle integration.
Need subscriptions or the Paddle Billing API? Those are available in the Pro version:
This plugin sends order and customer details required for checkout to Paddle when a payment is initiated, and receives payment status via webhooks. Review Paddle’s privacy policy and configure your store’s privacy policy accordingly.
On checkout and order-received pages, the plugin loads the official Paddle.js library from Paddle’s CDN (https://cdn.paddle.com/paddle/paddle.js). This is required for Paddle Classic checkout and is provided by Paddle as part of their payment service. No other third-party scripts are loaded. Paddle.js is not bundled in this plugin.
Human-readable source for this plugin (including JavaScript and CSS) is included in the plugin package and maintained publicly:
assets/src/js/admin.js (also shipped as assets/dist/js/admin.js)assets/src/sass/admin.scss and assets/src/sass/admin.css (also shipped as assets/dist/css/admin.css)assets/dist/js/codepach-engine.js, assets/dist/js/codepach-helpers.js, assets/dist/js/codepach-blocks-checkout.jsassets/dist/css/checkout.cssPaddle.js is loaded only from Paddle’s official CDN (https://cdn.paddle.com/paddle/paddle.js) and is not bundled in this plugin. Docs: https://developer.paddle.com/paddlejs/overview
No build step is required to run the plugin. If you edit admin Sass, compile assets/src/sass/admin.scss to assets/dist/css/admin.css with any Sass compiler.