Paypercut Payments for WooCommerce

Description

Make it easy for customers to pay — and easier for you to manage — with Paypercut for WooCommerce.
This plugin brings fast, secure, and intuitive checkout to your online shop,
helping you boost conversions and streamline operations.

Paypercut enables a range of trusted payment methods while giving you a single,
unified view of all your transactions — whether online or in person.

Whether you’re selling physical products or digital downloads, Paypercut for WooCommerce
makes taking payments effortless — so you can focus on growing your online business.

External services

This plugin connects to the Paypercut Payments API (api.paypercut.io) to process payments and manage checkout sessions for your WooCommerce store. This connection is required for the plugin to function, as all payment processing is handled through Paypercut’s secure infrastructure.

What the service is used for:
* Creating and managing payment checkout sessions
* Processing customer payments securely
* Verifying payment status and updating order status
* Managing refunds for completed orders
* Setting up and managing webhooks for payment notifications

What data is sent and when:

The plugin sends data to Paypercut’s API (https://api.paypercut.io/) in the following scenarios:

  • During checkout session creation (when a customer initiates checkout):

    • Store information (store name, store URL, WooCommerce order identifiers)
    • Order details (order total, currency, line items, shipping costs, tax amounts)
    • Customer billing information (name, billing address, email address)
    • Customer shipping information (if applicable: shipping name and address)
    • Technical metadata (session identifiers, return URLs, webhook URLs)
  • During payment verification (when verifying payment status):

    • Checkout session identifiers
    • Order identifiers
  • During refund processing (when a store administrator issues a refund):

    • Payment intent identifiers
    • Refund amount and currency
    • Refund reason (if provided)
  • During webhook setup (when configuring the plugin):

    • Webhook URL for payment notifications
    • Webhook event types to subscribe to
  • During API credential validation (when testing connection in settings):

    • API credentials for authentication purposes only

Important: Payment card data (credit card numbers, CVV codes, etc.) is collected and processed directly by Paypercut via their hosted checkout interface. This sensitive payment information never passes through or gets stored by this plugin or your WordPress site.

Service provider:
This service is provided by Paypercut. For more information about how Paypercut handles data, please refer to:
* Privacy policy: https://paypercut.com/privacy-policy

Development

This plugin uses npm and @wordpress/scripts (which uses webpack) to build the Blocks checkout integration.

Source Code Location

IMPORTANT: The human-readable source code for all compiled JavaScript is included in this plugin.

The minified/compiled file assets/build/index.js is generated from the following source file:
* Source file: assets/blocks/index.js – This is the human-readable, unminified source code for the Blocks checkout integration

All source code is included in the published plugin. The source file (assets/blocks/index.js) contains the original, readable JavaScript code with ES6 modules, comments, and proper formatting. The compiled version (assets/build/index.js) is generated from this source using the build process described below.

Building assets

To rebuild the compiled assets from source:

  1. Install dependencies:
    bash
    npm install

  2. Build production assets:
    bash
    npm run build

This will compile assets/blocks/index.js into the minified assets/build/index.js using @wordpress/scripts.

Screenshots

Installation

  1. Upload the plugin files to the /wp-content/plugins/paypercut-payments-for-woocommerce directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Navigate to WooCommerce > Settings > Payments and configure Paypercut Payments.
  4. Enter your API credentials from your Paypercut account.
  5. Save changes and start accepting payments.

FAQ

Do I need a Paypercut account?

Yes, you need a Paypercut account and API credentials to use this plugin.

Does this plugin work with WooCommerce Blocks checkout?

Yes, this plugin supports both Classic and Blocks checkout.

Is this plugin secure?

Yes, all payment processing is handled securely through Paypercut’s infrastructure. The plugin follows WordPress and WooCommerce security best practices.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Paypercut Payments for WooCommerce” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

0.1.21

  • Improve Blocks checkout appearance: remove highlight border on the selected payment option and replace with a subtle neutral outline.
  • Fix accordion content padding in Blocks checkout.
  • Remove embedded checkout container padding to prevent content overflow on small mobile screens.

0.1.20

  • Complete paid Paypercut orders through WooCommerce’s canonical payment completion flow for better compatibility with WooCommerce emails, fulfillment, and third-party integrations.
  • Add an order note when a verified Paypercut webhook finds an order that has already been processed, so store operators can see the webhook was received and verified.

0.1.19

  • Improve checkout compatibility when layout plugins render Classic checkout markup on a Blocks checkout page.
  • Prevent Paypercut from falling through to WooCommerce payment verification before a checkout session is created in hybrid checkout layouts.
  • Bundle the latest Paypercut checkout SDK build.

0.1.18

  • Verify redirected checkout payment status before updating WooCommerce orders.

0.1.17

  • Improve embedded modal checkout so payment processing shows a merchant-page warning and asks for confirmation before closing.

0.1.16

  • Prevent duplicate WooCommerce order emails when webhook and thank-you page payment verification arrive at the same time.
  • Make Paypercut payment confirmation idempotent across webhook, Classic checkout, Blocks checkout, and return-page verification flows.

0.1.15

  • Improve embedded checkout reliability for Classic and Blocks checkout flows.
  • Add Greek translations.
  • Bundle the stable Paypercut checkout SDK.

0.1.14

  • Add Paypercut Connect setup for account-based API credential provisioning.
  • Add connected account details, test mode badge, disconnect, and switch account actions to gateway settings.
  • Add webhook and payment domain management sections with registration dialogs.
  • Add SSL certificate warning with dismiss support.
  • Improve Paypercut Connect setup reliability and error handling.

0.1.13

  • Stability improvements

0.1.12

  • Stability improvements

0.1.11

  • Stability improvements

0.1.10

  • Update order reference in Paypercut Dashboard
  • Improve webhook handling
  • Stability improvements

0.1.9

  • Return non 200 when webhook handling cannot find order

0.1.8

  • Stability improvements

0.1.7

  • Stability improvements

0.1.6

  • Bugfix: wrong currency handling for custom currency setup

0.1.5

  • Make default order status processing

0.1.4

  • Add option to select completion status for order after payment
  • Stability improvements
  • UX improvements

0.1.3

  • Add compatibility with custom order tables for WooCommerce

0.1.2

  • Stability improvements

0.1.1

  • Add support for paying abandoned checkouts

0.1.0

  • Initial release
  • Support for Classic and Blocks checkout
  • Secure payment processing
  • API credential validation
  • Webhook support