Title: O-PLUX Fraudulent Order Detection
Author: Cacco
Published: <strong>25.12.2024</strong>
Last modified: 20.8.2026

---

Hae lisäosia

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

![](https://ps.w.org/o-plux/assets/icon.svg?rev=3212909)

# O-PLUX Fraudulent Order Detection

 [Cacco](https://profiles.wordpress.org/cacco/)

[Lataa](https://downloads.wordpress.org/plugin/o-plux.1.0.9.zip)

 * [Tiedot](https://fi.wordpress.org/plugins/o-plux/#description)
 * [Arvostelut](https://fi.wordpress.org/plugins/o-plux/#reviews)
 * [Kehitys](https://fi.wordpress.org/plugins/o-plux/#developers)

 [Tuki](https://wordpress.org/support/plugin/o-plux/)

## Kuvaus

### The Leading E-commerce Fraud Detection System in Japan

E-commerce transactions are vulnerable to various types of fraudulent activities,
including credit card fraud, BIN attacks, and malicious reselling. Manual efforts
to detect such activities have limitations. Our fraud detection service, ”O-PLUX,”
automatically detects fraudulent orders, preventing unauthorized transactions and
automating the review process. ”O-PLUX” has been used by over 110,000 websites in
Japan and has been recognized as the leading solution for five consecutive years
in the Japanese market. This plugin enables easy integration with ”O-PLUX,” allowing
you to fully leverage its capabilities for fraud prevention.

### E-commerce common issues that can be solved with O-PLUX

”O-PLUX” can effectively address various types of fraud encountered in e-commerce
operations, such as:
 – Credit Card Fraud (chargeback) – BIN Attacks – Promotion
Abuse – Resale Fraud – Sample abuse – COD Fraud – Affiliate fraud – Spam Order –
Point Abuse – Increased Monitoring – Lost Sales Opportunities

If you have concerns about challenges or fraud issues in e-commerce that can be 
addressed with O-PLUX, please consider using our service.

### O-PLUX Features

O-PLUX analyzes orders in real-time using multiple factors to detect any suspicious
elements.

 * Shared Negative Data: Finding matches with the negative database shared among
   user companies.
 * Normalization: Normalizes variations in address and name formats, allowing for
   detection of similar order entries and address data matching.
 * Device Information: Detects and analyzes IP addresses, cookies for device matching,
   international access, language settings, and time zones to help identify potential
   fraud.
 * Email Validation: Verifies email sendability, detects alias and disposable email
   domains, and identifies suspicious domains.
 * External DB Linkage: Connects with IP-Geolocation, checks phone connectivity 
   status (in development), with further integrations planned.
 * Behavior Analysis: Detects signs of fraudulent activity by analyzing behavioral
   patterns, such as large purchases over a short period or impersonation attempts.

Utilizing these features, O-PLUX conducts real-time assessments through plugins,
with processing times of approximately one second.

### Rule Tuning

Flexible, customized settings are available to align with each company’s specific
needs and fraud trends.

### Handling of Personal Information

Customer purchasing information, including names and email accounts, is hashed before
being transmitted to our service. This ensures that data is stored in a way that
prevents identification of individual customers, allowing you to use our service
with peace of mind.

### Handling of Personal Information

To access O-PLUX screening through this plugin, a separate agreement with our company
is required. For more information on the service or any inquiries, please contact
us at ”business.development@cacco.co.jp.”

### External services

This plugin sends order data required for fraud screening to the configured Cacco
O-PLUX APIs during checkout. The data includes order and settlement information,
item information, address and telephone information, IP address, device information,
and hashed customer name or email-account identifiers.
 This service is provided
by ”Cacco Inc.”.

### Email Validator services

This plugin connects to an API to screen email address against factors such as validity
of email address, fraud or blacklist watchlist. It’s needed for strengthening checks
during member registration and anti-fraud measures for member registration.
 It 
sends the user’s email address during the checkout process. If the email is not 
valid, it displays an error message of “Please enter a valid email address”. This
service is provided by “Cacco Inc.”.

### Fraudbuster.js

This JavaScript obtains browser information used to screen visitors against fraud
patterns. It is loaded only during checkout and sends the browser information required
for fraud screening.
 This JavaScript is delivered from `fraud-buster.appspot.com`
for the O-PLUX service.

### O-PLUX Terms of use, privacy policy

https://cacco.co.jp/en/privacy/

### FAQ

 * In which countries is the O-PLUX plugin available?
 * Currently, it is available in Indonesia, Singapore, and Japan.
 * Where can I find the service manual?
 * The manual will be provided after completing the contract.
 * How can I find out the pricing?
 * Pricing varies based on the number of screenings. For details, please reach out
   to ”business.development@cacco.co.jp.”
 * What is required for this plugin to function?
 * Simply installing the plugin is not sufficient. A contract with our company and
   the setup of connection information are necessary for full functionality.

### Short Description

Automatically detects fraudulent orders. Assesses risks like chargebacks, unauthorized
reselling, and unpaid BNPL orders.

## Arvostelut

There are no reviews for this plugin.

## Avustajat & Kehittäjät

“O-PLUX Fraudulent Order Detection” perustuu avoimeen lähdekoodiin. Seuraavat henkilöt
ovat osallistuneet tämän lisäosan kehittämiseen.

Avustajat

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

[Käännä “O-PLUX Fraudulent Order Detection” omalle kielellesi.](https://translate.wordpress.org/projects/wp-plugins/o-plux)

### Oletko kiinnostunut kehitystyöstä?

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

## Muutosloki

#### 1.0.9

 * Verified compatibility with WordPress 7.1 and WooCommerce 11.0.1
 * Hardened checkout and administrative API request handling
 * Improved safe fallback when screening services are unavailable
 * Limited Fraudbuster browser-data collection to checkout pages
 * Corrected external-service disclosure

#### 1.0.8

 * Updated WordPress compatibility to 6.9.3
 * Updated WooCommerce compatibility to 10.6
 * Fixed in_array() expects parameter 2 to be array error
 * Fixed exit() in constructor PHP 8.0 compatibility
 * Fixed hook name prefix warning

#### 1.0.6

 * Fixed PHP 8.1 compatibility issue with htmlspecialchars_decode() by using ENT_QUOTES
   | ENT_SUBSTITUTE | ENT_HTML401 flags
 * Updated WordPress compatibility to 6.9

#### 1.0.5

 * Fixed PHP 8.1 compatibility issue with htmlspecialchars_decode() by adding explicit
   ENT_COMPAT flag
 * Fixed PHP 8.0+ warning by replacing exit() with wp_die() in AJAX handlers
 * Fixed wp_redirect() security warning by using wp_safe_redirect()
 * Added WooCommerce headers (WC requires at least, WC tested up to)
 * Added HPOS (High Performance Order Storage) compatibility declaration
 * Fixed hook name prefix warning by renaming ’active_plugins’ filter to ’o-plux_active_plugins’
 * Updated WordPress compatibility to 6.9.1

Automatically detects fraudulent orders. Assesses risks like chargebacks, unauthorized
reselling, and unpaid BNPL orders.

## Metatiedot

 *  Version **1.0.9**
 *  Last updated **1 viikko sitten**
 *  Active installations **10+**
 *  WordPress version ** 6.5 or higher **
 *  Tested up to **7.1**
 *  PHP version ** 7.4 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/o-plux/)
 * Tags
 * [detection](https://fi.wordpress.org/plugins/tags/detection/)[fraud](https://fi.wordpress.org/plugins/tags/fraud/)
   [order](https://fi.wordpress.org/plugins/tags/order/)[security](https://fi.wordpress.org/plugins/tags/security/)
   [woocommerce](https://fi.wordpress.org/plugins/tags/woocommerce/)
 *  [Edistynyt näkymä](https://fi.wordpress.org/plugins/o-plux/advanced/)

## Arvosanat

No reviews have been submitted yet.

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

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

## Avustajat

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

## Tuki

Onko sinulla jotain sanottavaa? Tarvitsetko apua?

 [Tukifoorumi](https://wordpress.org/support/plugin/o-plux/)