Title: InPrimePay for WooCommerce
Author: inprimepay
Published: <strong>September 14, 2026</strong>
Last modified: September 14, 2026

---

Search plugins

![](https://ps.w.org/inprimepay/assets/banner-772x250.png?rev=3694865)

![](https://ps.w.org/inprimepay/assets/icon-256x256.png?rev=3694865)

# InPrimePay for WooCommerce

 By [inprimepay](https://profiles.wordpress.org/inprimepay/)

[Download](https://downloads.wordpress.org/plugin/inprimepay.1.3.6.zip)

 * [Details](https://wordpress.org/plugins/inprimepay/#description)
 * [Reviews](https://wordpress.org/plugins/inprimepay/#reviews)
 *  [Installation](https://wordpress.org/plugins/inprimepay/#installation)
 * [Development](https://wordpress.org/plugins/inprimepay/#developers)

 [Support](https://wordpress.org/support/plugin/inprimepay/)

## Description

**InPrimePay for WooCommerce** allows merchants and professionals to accept online
payments simply, securely, and flexibly on their WordPress site.

The plugin operates both in **Standalone Mode** (using the shortcode `[inprimepay_button]`
on any page or post without needing a full e-commerce setup), and in **Integrated
WooCommerce Mode** to handle full product checkouts.

### External Services

This plugin relies on external 3rd-party services to process payments, manage merchant
accounts, synchronize transaction data, and render secure payment forms.

 1. **InPrimePay SaaS Platform & API**
 2.  * **Service & Purpose**: Connects to the InPrimePay SaaS API (`https://api.inprimepay.
       com` / `https://inprimepay.com`) to handle merchant account authentication, 
       transaction processing, Payment Intent creation, order status synchronization,
       webhook verification, and merchant onboarding.
     * **Data Transmitted**:
        - Merchant registration details (name, email, business info) are sent when 
          registering or logging in via the WordPress plugin administration dashboard.
        - Order transaction data (monetary amount, currency, customer email, billing
          details, line items, and order ID) is sent to `https://api.inprimepay.com`
          when a customer initiates a payment via standalone shortcode or WooCommerce
          checkout.
     * **Terms of Service**: [https://inprimepay.com/termini-del-servizio/](https://inprimepay.com/termini-del-servizio/)
     * **Privacy Policy**: [https://inprimepay.com/privacy-policy](https://inprimepay.com/privacy-policy)
 3. **Stripe Payments Platform**
 4.  * **Service & Purpose**: Enqueues the `Stripe.js` library (`https://js.stripe.
       com/v3/`) on payment and checkout pages to render secure client-side payment
       elements (Credit/Debit Cards, SEPA Direct Debit, Klarna, Satispay, Apple Pay,
       Google Pay) and tokenize sensitive payment credentials.
     * **Data Transmitted**:
        - The `Stripe.js` script (`https://js.stripe.com/v3/`) is loaded directly from
          Stripe’s servers whenever a payment form or checkout page is rendered.
        - Buyer payment credentials (card details, IBANs, billing address, payment 
          tokens) are transmitted directly from the buyer’s browser to Stripe’s servers(`
          https://api.stripe.com`) for PCI-DSS compliant authorization. No raw credit
          card data touches or passes through the WordPress web server.
     * **Terms of Service**: [https://stripe.com/legal/consumer](https://stripe.com/legal/consumer)
     * **Privacy Policy**: [https://stripe.com/privacy](https://stripe.com/privacy)

### Key Features

 * **Credit & Debit Card Payments**: Visa, Mastercard, Apple Pay, Google Pay, and
   Samsung Pay.
 * **Buy Now Pay Later (Installments)**: Direct integration with Klarna, Alma, Scalapay,
   and Billie to allow customers to split payments.
 * **SEPA Direct Debit**: Accept recurring or direct payments from bank accounts
   across the SEPA zone.
 * **Local Payment Methods**: Support for Satispay and TWINT (Switzerland).
 * **Standalone Shortcode Mode**: Sell services or digital products on the fly using
   a simple button shortcode `[inprimepay_button]`.
 * **Integrated WooCommerce Checkout**: Supports both classic checkout and WooCommerce
   Gutenberg / React Blocks.
 * **Maximum Security**: Server-side validation of financial data and HMAC signature
   verification for incoming Webhooks.

## Screenshots

[⌊InPrimePay administration panel in WordPress dashboard.⌉⌊InPrimePay administration
panel in WordPress dashboard.⌉[

InPrimePay administration panel in WordPress dashboard.

[⌊Payment method integration in WooCommerce Checkout.⌉⌊Payment method integration
in WooCommerce Checkout.⌉[

Payment method integration in WooCommerce Checkout.

[⌊Example of Standalone payment button via Shortcode.⌉⌊Example of Standalone payment
button via Shortcode.⌉[

Example of Standalone payment button via Shortcode.

[[

[[

## Installation

 1. Upload the `inprimepay` directory to `/wp-content/plugins/` or install the ZIP 
    package directly via **Plugins > Add New > Upload Plugin**.
 2. Activate the plugin through the **Plugins** menu in WordPress.
 3. Navigate to **InPrimePay for WooCommerce** in the admin menu.
 4. Log in with your InPrimePay credentials or register a new Merchant account.
 5. Complete Stripe onboarding to enable payment collection.
 6. (Optional) If using WooCommerce, enable the gateway in **WooCommerce > Settings
    > Payments > InPrimePay**.

## FAQ

### Is WooCommerce required to use InPrimePay?

No, WooCommerce is not required. You can use the plugin in Standalone mode by adding
payment shortcodes directly to your pages or posts. If WooCommerce is installed,
InPrimePay will automatically integrate as a payment gateway during Checkout.

### What fees apply?

Transaction fees depend on your selected plan. You can check the detailed pricing
and fee schedule at [https://inprimepay.com/prezzi/#commissioni](https://inprimepay.com/prezzi/#commissioni).

### Is payment data secure?

Yes. All transactions are processed in compliance with PCI-DSS security standards.
The plugin implements HMAC cryptographic signatures for webhooks and performs strict
server-side validation of order and amount data.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

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

Contributors

 *   [ inprimepay ](https://profiles.wordpress.org/inprimepay/)

[Translate “InPrimePay for WooCommerce” into your language.](https://translate.wordpress.org/projects/wp-plugins/inprimepay)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/inprimepay/), check
out the [SVN repository](https://plugins.svn.wordpress.org/inprimepay/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/inprimepay/) by 
[RSS](https://plugins.trac.wordpress.org/log/inprimepay/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.3.6

 * Security enhancements: Added HMAC SHA-256 authentication for Webhook endpoint.
 * Enhanced WooCommerce callback protection with order key verification and payment
   status check.
 * Strict server-side financial data validation and AJAX input sanitization.
 * Added LICENSE file (GPLv2) and detailed SaaS Terms of Service disclosure in readme.
   txt.

## Meta

 *  Version **1.3.6**
 *  Last updated **23 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.8 or higher **
 *  Tested up to **7.1**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [klarna](https://wordpress.org/plugins/tags/klarna/)[payment gateway](https://wordpress.org/plugins/tags/payment-gateway/)
   [sepa](https://wordpress.org/plugins/tags/sepa/)[stripe](https://wordpress.org/plugins/tags/stripe/)
   [woocommerce](https://wordpress.org/plugins/tags/woocommerce/)
 *  [Advanced View](https://wordpress.org/plugins/inprimepay/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/inprimepay/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/inprimepay/reviews/)

## Contributors

 *   [ inprimepay ](https://profiles.wordpress.org/inprimepay/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/inprimepay/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://inprimepay.com)