Title: SmartPay Invoices for WooCommerce
Author: starnetwork
Published: <strong>July 14, 2025</strong>
Last modified: July 7, 2026

---

Search plugins

![](https://s.w.org/plugins/geopattern-icon/smartpay-invoices.svg)

# SmartPay Invoices for WooCommerce

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

[Download](https://downloads.wordpress.org/plugin/smartpay-invoices.1.4.3.zip)

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

 [Support](https://wordpress.org/support/plugin/smartpay-invoices/)

## Description

SmartPay Invoices connects your WooCommerce store to the SmartPay.co.il platform
to create tax documents for paid orders. It can generate documents automatically
when an order is paid, or on demand from the Orders screen (single or bulk). Documents
are produced and numbered by SmartPay; the plugin stores a reference on the order
and lets staff and customers download the PDF.

The plugin is compatible with WooCommerce High-Performance Order Storage (HPOS).

### Features

 * Automatic document generation for paid orders (receipt or tax-invoice/receipt),
   toggleable.
 * On-demand generation from the Orders list: a per-order “Create invoice” action
   and bulk “Generate” actions.
 * Retry action for orders whose document creation failed, with the error shown 
   on the order.
 * PDF download for staff (Orders list + order screen) and customers (My Account).
 * Optional attachment of the invoice PDF to the WooCommerce “Completed order” email.
 * Configurable tax handling (tax rate plus inclusive / exclusive / WooCommerce 
   tax modes).
 * Optional checkout VAT / company-number field, requestable above a configurable
   order total.
 * Activity log of API requests, responses and errors, with an on-demand connection
   test.

### Configuration

Under WooCommerce > Smartpay Invoices:

 1. Choose Sandbox or production mode.
 2. Enter your API Key, API Secret and Company.
 3. Use “Test connection” to confirm the credentials work.
 4. Choose the produced document type, whether to auto-generate invoices for paid orders,
    whether to attach the PDF to emails, and the tax handling.

### External services

The plugin sends API requests to SmartPay depending on the selected mode:

 * Production: https://api.protected-payment.com/
 * Sandbox: https://app11.smartpay.co.il/

Privacy policy: https://www.smartpay.co.il/privacy-policy/

### Contributors

 * StarNetwork
 * SmartPay.co.il

## Installation

 1. Upload the `smartpay-invoices` folder to `/wp-content/plugins/`, or install the
    ZIP from Plugins > Add New.
 2. Make sure WooCommerce is installed and active.
 3. Activate the plugin through the ‘Plugins’ menu in WordPress.
 4. Go to WooCommerce > Smartpay Invoices and enter your SmartPay.co.il API credentials.

## FAQ

### How do I obtain SmartPay.co.il API credentials?

Contact SmartPay.co.il support.

### Does the plugin support HPOS (High-Performance Order Storage)?

Yes.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

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

Contributors

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

[Translate “SmartPay Invoices for WooCommerce” into your language.](https://translate.wordpress.org/projects/wp-plugins/smartpay-invoices)

### Interested in development?

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

## Changelog

#### 1.4.3

 * Fixed: the ID/VAT number entered on the admin order screen now stores under its
   own key and reliably reaches the document, instead of colliding with WooCommerce’s
   own additional-field handling.

#### 1.4.2

 * Changed: the connection test now reports why it failed — an unreachable/timed-
   out host (with the error detail) versus an authentication/unexpected-response
   failure — instead of a generic message.

#### 1.4.1

 * Fixed: the connection test now accepts any valid JSON response from the API (
   a bad credential returns a non-JSON 401) instead of requiring a specific status
   value.
 * Fixed: production dashboard links point to my.smartpay.co.il.

#### 1.4.0

 * Added: the connection test now truly authenticates against the API (lists documents)
   instead of only checking that credentials were entered.
 * Added: invoice language is a per-store setting again and is sent as an override
   on document creation.
 * Changed: the invoice template picker is now a dropdown with a live preview of
   the selected template.
 * Changed: the orders-list invoice column uses consistent text buttons (Show / 
   Create / Retry) instead of a mixed icon + buttons.
 * Changed: removed the plugin tax settings; WooCommerce is now the single source
   of truth for tax.
 * Changed: renamed the ID/VAT requirement option to “Above the allocation threshold”.
 * Fixed: Hebrew translation refinements.

#### 1.3.1

 * Changed: dashboard links and the API endpoint now follow the Sandbox setting (
   sandbox uses the dev dashboard and API).

#### 1.3.0

 * Added: editable ID / VAT number field on the admin order screen (fixes allocation
   on admin-created high-value Israeli orders).
 * Added: “Require customer ID / VAT number” setting (never / above a threshold /
   always).
 * Added: Hebrew (he_IL) translation and a translation template; the plugin now 
   loads its text domain.
 * Added: links to the SmartPay dashboard for invoice language and allocation settings,
   plus a hint for finding API credentials.
 * Fixed: the invoice PDF now reliably attaches to the completed-order email.
 * Security: stopped logging API credentials, enabled TLS certificate verification,
   restricted the admin pages, and masked the stored API secret.
 * Changed: removed the unused “Company” setting; renamed the checkout field to “
   ID / VAT number”.

#### 1.2.0

 * Added: choose the invoice PDF template (Classic / Modern v1 / Modern v2 / Thermal)
   from a visual picker in the settings.

#### 1.1.0

 * Added: WooCommerce High-Performance Order Storage (HPOS) compatibility.
 * Added: per-order “Create invoice” action and a three-state Orders column (download/
   create / retry).
 * Added: on-demand “Test connection” button on the settings page.
 * Fixed: bulk “Generate” now creates and stores documents and reports accurate 
   created/skipped/failed counts.
 * Fixed: the invoice PDF now attaches to the “Completed order” email.
 * Fixed: the “Clear Log” button.
 * Fixed: PDF download now works on hosts without allow_url_fopen (uses the WordPress
   HTTP API).
 * Fixed: log table creation under MySQL strict mode.
 * Security: restricted the settings and logs pages to appropriate user capabilities.

#### 1.0.0

 * Initial release.

## Meta

 *  Version **1.4.3**
 *  Last updated **1 day ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.5 or higher **
 *  Tested up to **6.8.5**
 *  PHP version ** 7.4 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/smartpay-invoices/)
 * Tags
 * [invoices](https://pcd.wordpress.org/plugins/tags/invoices/)[receipts](https://pcd.wordpress.org/plugins/tags/receipts/)
   [smartpay](https://pcd.wordpress.org/plugins/tags/smartpay/)[woocommerce](https://pcd.wordpress.org/plugins/tags/woocommerce/)
 *  [Advanced View](https://pcd.wordpress.org/plugins/smartpay-invoices/advanced/)

## Ratings

No reviews have been submitted yet.

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

[See all reviews](https://wordpress.org/support/plugin/smartpay-invoices/reviews/)

## Contributors

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

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/smartpay-invoices/)