PHPackages                             magenxcommerce/module-signifyd - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. magenxcommerce/module-signifyd

ActiveMagento2-module[API Development](/categories/api)

magenxcommerce/module-signifyd
==============================

Submitting Case Entry to Signifyd on Order Creation

100.3.6(4y ago)05OSL-3.0PHPPHP ~7.3.0||~7.4.0

Since Oct 13Pushed 4y ago1 watchersCompare

[ Source](https://github.com/magenxcommerce/module-signifyd)[ Packagist](https://packagist.org/packages/magenxcommerce/module-signifyd)[ RSS](/packages/magenxcommerce-module-signifyd/feed)WikiDiscussions default Synced 1mo ago

READMEChangelog (10)Dependencies (9)Versions (36)Used By (0)

Magento\_Signifyd module
========================

[](#magento_signifyd-module)

Overview
--------

[](#overview)

The Magento\_Signifyd module provides integration with the [Signifyd](https://www.signifyd.com/) fraud protection system. The integration is based on the Signifyd API; see the [Signifyd API docs](https://www.signifyd.com/docs/api/#/introduction/) for technical details.

The module implementation allows to:

- create a [Signifyd case](https://www.signifyd.com/docs/api/#/reference/cases) for a placed order
- automatically receive a [Signifyd guarantee](https://www.signifyd.com/docs/api/#/reference/guarantees) for a created case
- automatically cancel a guarantee when the order is canceled

Extensibility
-------------

[](#extensibility)

The Magento\_Signifyd module does not add own Events, Layouts, and UI Components as extension points.

### Public API

[](#public-api)

The following interfaces (marked with the `@api` annotation) provide methods that allow to:

`Magento\Signifyd\Api\Data\CaseInterface` (common abstraction for the Signifyd case entity):

- set or retrieve all case data fields

`Magento\Signifyd\Api\CaseManagementInterface`:

- create a new case entity
- retrieve the existing case entity for a specified order

`Magento\Signifyd\Api\CaseCreationServiceInterface`:

- create a case entity for a specified order
- send a request through the Signifyd API to create a new case

`Magento\Signifyd\Api\CaseRepositoryInterface`:

- describe methods to work with a case entity

`Magento\Signifyd\Api\GuaranteeCreationServiceInterface`:

- send a request through the Signifyd API to create a new case guarantee

`Magento\Signifyd\Api\GuaranteeCancelingServiceInterface`:

- send a request through the Signifyd API to cancel the Signifyd case guarantee

`Magento\Signifyd\Api\Data\CaseSearchResultsInterface`:

- might be used by `Magento\Signifyd\Api\CaseRepositoryInterface` to retrieve a list of case entities by specific conditions

For information about a public API in Magento 2, see [Public interfaces &amp; APIs](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/api-concepts.html).

Additional information
----------------------

[](#additional-information)

### Webhooks

[](#webhooks)

To update the entity data for a case or guarantee, the Magento\_Signifyd module uses the [Signifyd Webhooks](https://www.signifyd.com/docs/api/#/reference/webhooks) mechanism.

The newly created case entities have the `PENDING` status for a case and a guarantee. After receiving Webhook, both statuses are changed to appropriate Signifyd statuses.

### Debug mode

[](#debug-mode)

The Debug Mode may be enabled in the module configuration. This logs the communication data between the Magento\_Signifyd module and the Signifyd service in this file:

```
var/log/debug.log

```

### Backward incompatible changes

[](#backward-incompatible-changes)

The Magento\_Signifyd module does not introduce backward incompatible changes.

You can track [backward incompatible changes in patch releases](https://devdocs.magento.com/guides/v2.3/release-notes/backward-incompatible-changes/reference.html).

### Processing supplementary payment information

[](#processing-supplementary-payment-information)

To improve the accuracy of Signifyd's transaction estimation, you may perform these operations (links lead to the Magento Developer Documentation Portal):

- [Provide custom AVS/CVV mapping](https://devdocs.magento.com/guides/v2.3/payments-integrations/signifyd/signifyd.html#provide-avscvv-response-codes)
- [Retrieve payment method for a placed order](https://devdocs.magento.com/guides/v2.3/payments-integrations/signifyd/signifyd.html#retrieve-payment-method-for-a-placed-order)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity61

Established project with proven stability

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

29

Last Release

1661d ago

Major Versions

2.3.0.x-dev → 100.3.02021-10-13

2.3.1.x-dev → 100.3.1.x-dev2021-10-13

2.3.2.x-dev → 100.3.2.x-dev2021-10-13

2.3.7.x-dev → 100.3.4-p22021-10-20

PHP version history (6 changes)2.3.0.x-devPHP ~7.1.3||~7.2.0

2.3.3.x-devPHP ~7.1.3||~7.2.0||~7.3.0

2.3.7.x-devPHP ~7.3.0||~7.4.0

100.2.7.x-devPHP ~7.0.13||~7.1.0||~7.2.0

100.2.6.x-devPHP ~7.0.13|~7.1.0|~7.2.0

100.2.5.x-devPHP ~7.0.13|~7.1.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/652aa98d25f6bb0dbacf7a805a9110b66e83d8222c60ca2d1b20fa31782a81d3?d=identicon)[magenxcommerce](/maintainers/magenxcommerce)

### Embed Badge

![Health badge](/badges/magenxcommerce-module-signifyd/health.svg)

```
[![Health](https://phpackages.com/badges/magenxcommerce-module-signifyd/health.svg)](https://phpackages.com/packages/magenxcommerce-module-signifyd)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
