WooCommerce Paddle Plugin
v1.3.1 Released 6 August 2026

Paddle for WooCommerce,
the easy way

Paddle payment gateway plugin for WordPress and WooCommerce stores

A WordPress plugin that connects Paddle Billing to your WooCommerce store — on the block checkout as well as the classic one. Product sync, refunds from the WooCommerce admin, overlay or inline Paddle checkout, and full HPOS support.

Features

Everything you need in a Paddle for WooCommerce plugin

A complete WooCommerce Paddle plugin that syncs your products, handles checkout and refunds, and keeps orders updated automatically.

Product Sync

Automatically sync WooCommerce products and variations with Paddle Billing. Sync one product from its row, many at once with a bulk action, or everything tagged on a schedule.

Overlay or Inline Checkout

Paddle's hosted payment form as an overlay modal on top of your page, or embedded directly in it. Customer name and email are pre-filled either way.

Checkout in Their Language

Match Paddle's checkout to the language WordPress is serving — so a WPML or Polylang store stops falling back to the customer's browser language. Light or dark theme to match your store, too.

Blocks & HPOS Ready

Registered with the WooCommerce Cart & Checkout Blocks as well as the classic checkout, with full High-Performance Order Storage support.

Refunds Both Ways

Refund in full or in part from the WooCommerce order screen. Refunds made in the Paddle dashboard are synced back to the order automatically.

Customer Billing Portal

A Manage Billing link in My Account takes customers straight into the Paddle portal for payment history, invoices and card updates — no second login.

Transaction Details on the Order

Paddle orders show transaction status, payment method, Paddle's fee and your earnings on the order screen, with a link to the invoice PDF.

Real-Time Webhooks

Automatic order status updates from Paddle. Payment confirmations, refunds, and cancellations handled instantly.

Tells You When It Breaks

Site Health checks catch the silent failures — a missing secret, webhooks that stopped verifying, a sync that stopped running. Browse recent deliveries from Paddle and replay any of them in one click.

Security First

HMAC SHA256 signature verification for webhooks. Server-side transaction validation before order completion.

Multi-Environment

Separate staging (sandbox) and production configurations. Test in sandbox before going live with easy switching.

Cart Recovery

Handle Paddle cart recovery email links. Customers can return to pending orders and complete payment seamlessly.

Automatic Updates

Receive updates automatically through WordPress admin. Stay secure and get new features as they are released.

Checkout

Overlay or inline checkout

Customers complete payment without leaving your site. Paddle's hosted form opens as an overlay on top of your page, or renders inline, embedded in the page itself.

  • Overlay modal by default — nothing to configure
  • Or switch to inline and embed the payment form
  • Works with the Cart & Checkout Blocks and classic checkout
  • Customer details pre-filled, orders complete automatically
// Paddle checkout automatically opens
// with pre-filled customer data

Paddle.Checkout.open({
  "items": [{
    "priceId": "pri_abc123",
    "quantity": 1
  }],
  "customer": {
    "email": "customer@example.com"
  },
  "customData": {
    "order_id": 1842
  },
  // added when Checkout Display is inline
  "settings": {
    "displayMode": "inline",
    "frameTarget": "paddle-inline-checkout-frame"
  }
});
Sync

One-click product sync

Sync your WooCommerce products to Paddle with a single click. Simple and variable products are both supported, with each variation mapped to a Paddle price.

  • Simple and variable product support
  • Each variation synced as a separate Paddle price
  • Paddle IDs stored as product meta for reference
  • Bulk sync from the products list page
// Product synced to Paddle

{
  "product_id": 42,
  "paddle_product_id": "pro_abc123",
  "prices": [
    {
      "variation_id": 43,
      "paddle_price_id": "pri_xyz789",
      "amount": "29.00",
      "currency": "USD"
    }
  ]
}
Refunds

Refund from the order screen

Use WooCommerce's own refund button and the plugin sends it to Paddle as a refund adjustment. Refunds issued in the Paddle dashboard travel the other way and land on the order by themselves.

  • Full and partial refunds from the WooCommerce order screen
  • Paddle dashboard refunds sync back into WooCommerce
  • Refunds Paddle reviews manually are tracked as awaiting approval
  • The WooCommerce refund is recorded once Paddle approves it
// Refund adjustment sent to Paddle

{
  "action": "refund",
  "transaction_id": "txn_abc123",
  "reason": "Customer requested a refund",
  "items": [{
    "item_id": "txnitm_xyz789",
    "type": "partial",
    "amount": "1500"
  }]
}

// status: "approved" — recorded straight away
// status: "pending_approval" — recorded on approval
1-Click
Product sync
2-Way
Refund sync
HPOS
Compatible
$59
Starting price
How It Works

Set up Paddle for WooCommerce in minutes

Install the WooCommerce Paddle plugin, connect your account, sync your products, and start accepting payments.

1

Install & activate

Upload the plugin zip via WordPress Admin (Plugins → Add New → Upload) and activate it.

2

Configure Paddle credentials

Enter your Paddle API key, client token, and webhook secret. Configure staging or production environment.

3

Sync your products

Go to your WooCommerce Products page and click "Sync with Paddle" to create products and prices in Paddle automatically.

4

Start accepting payments

Customers checkout with Paddle's overlay modal. Orders are created and updated automatically via webhooks.

Pricing

Simple, transparent pricing

One plan with every feature included. Premium support and 1 year of updates.

Single Site

$59 /year
  • • 1 site license
  • • All features included
  • • Paddle product sync
  • • Webhook integration
  • • Multi-environment support
  • • HPOS compatible
  • • Cart recovery
  • • Premium email support
  • • 1 year of updates
Purchase Now

All prices in USD. Renewal at the same rate. 30-day money-back guarantee.

Requirements

Technical requirements

Make sure your environment meets these before installing.

  • PHP 8.3+
  • WordPress 6.0+
  • WooCommerce 4.0+
  • Paddle Billing account
  • SSL HTTPS required
FAQ

Frequently asked questions

What is the Paddle for WooCommerce plugin? +

PimiPay is a WooCommerce Paddle plugin that integrates Paddle Billing with your store. It handles product synchronization, checkout, refunds, real-time webhooks, and automatic order management — so you can accept payments worldwide with minimal setup.

Is PimiPay a WordPress plugin or a hosted service? +

It is a WordPress plugin that you install on your own site. Nothing is hosted for you and your store does not move anywhere: orders, customers and products stay in your own WordPress database, and Paddle is used only to take the payment and handle the tax. That is the difference between this and selling through a hosted storefront, where your catalogue and customer records live on someone else's platform.

Do I need a Paddle account? +

Yes, you need an active Paddle Billing account. You can sign up for free at paddle.com. The plugin works with both sandbox (staging) and production environments for easy testing before going live.

What are the system requirements? +

- PHP 8.3 or higher - WordPress 6.0 or higher - WooCommerce 4.0 or higher - An active Paddle Billing account - SSL certificate (HTTPS required for webhooks)

Is it compatible with WooCommerce HPOS? +

Yes. The plugin fully supports WooCommerce High-Performance Order Storage (HPOS), which is the modern order storage architecture. Your store is future-proof whether you use HPOS or the legacy post-based order storage.

Does it work with the Cart & Checkout Blocks? +

Yes. The gateway is registered with the WooCommerce Cart & Checkout Blocks as well as the classic checkout, so Paddle appears as a payment method either way and payment completes on the order confirmation page in both flows. Availability is decided on the server, so the method disappears from the block checkout when the API is not configured or a cart item has not been synced to Paddle. Stores on a WooCommerce version without Blocks are unaffected.

Can I use it alongside other payment gateways? +

Yes. PimiPay for Paddle registers as a standard WooCommerce payment gateway. Customers can choose between Paddle and any other active gateways (Stripe, PayPal, etc.) at checkout.

Does this work with variable products? +

Yes. The plugin fully supports both simple and variable products. Each variation is synced as a separate price in Paddle, allowing customers to purchase any variation through the checkout modal.

How does the product sync work? +

Go to your WooCommerce Products page in WordPress Admin, hover over any product, and click "Sync with Paddle". The plugin creates the product and all its variations in Paddle automatically, storing the Paddle IDs as product meta for future reference.

Can I sync products in bulk? +

Yes, three ways: - Select any number of products on the Products screen and choose "Sync with Paddle" from the Bulk actions dropdown. If the selection is large enough that the sync runs out of time, it stops early and tells you how many products were not synced, so you can run it again for the rest. - Tag the products you sell through Paddle (default tag: "paddle") and enable Auto-Sync. All tagged products are then synced on a schedule you choose, including price changes. - Sync any single product from its row on the products list using the "Sync with Paddle" action link.

Ready to add Paddle for WooCommerce?

Install the WooCommerce Paddle plugin and start accepting payments on your store today.

Buy Now