PHPackages                             ip-craft/ingenico-gateway-pro - 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. [Payment Processing](/categories/payments)
4. /
5. ip-craft/ingenico-gateway-pro

ActiveCraft-plugin[Payment Processing](/categories/payments)

ip-craft/ingenico-gateway-pro
=============================

Setup and use Ingenico payments in an easy way on your Craft website/Commerce for a smooth, enhanced customer experience

1.0.1(4y ago)02proprietaryPHP

Since Sep 28Pushed 4y ago1 watchersCompare

[ Source](https://github.com/infanion-plugins/ingenico-gateway-Pro)[ Packagist](https://packagist.org/packages/ip-craft/ingenico-gateway-pro)[ RSS](/packages/ip-craft-ingenico-gateway-pro/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

Ingenico gateway Pro plugin for Craft CMS 3.x
=============================================

[](#ingenico-gateway-pro-plugin-for-craft-cms-3x)

This plugin comes with an interface in which you can create and manage your Ingenico configurations.

[![](resources/img/Screenshot 1 - Manage configuration.png)]()

[![](resources/img/Screenshot 2 - Add new configuration.png)]()

[![](resources/img/Screenshot 3 - Make test payment.png)]()

Features
--------

[](#features)

This module comes with the following features:

1. Simple and secure way to configure and process your payments
2. Automatically fetch the configured payment providers from your Ingenico account
3. You can set default currency to be displayed on the payment page
4. You can configure and manage multiple Ingenico accounts for your site
5. Redirect visitors to a target landing page after a successful payment
6. Define admin and user permissions

Requirements
------------

[](#requirements)

This plugin requires Craft CMS 3.5.0 or later.

Installation
------------

[](#installation)

To install the plugin, follow these instructions.

1. Open your terminal and go to your Craft project:

    ```
     cd /path/to/project

    ```
2. Composer to load the plugin:

    ```
     composer require ip-craft/ingenico-gateway-pro

    ```
3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Ingenico gateway Pro.

Configuring Ingenico gateway Pro
--------------------------------

[](#configuring-ingenico-gateway-pro)

After installation, you can add your Ingenico (Ogone) configurations in the control panel located at: /admin/ingenico-gateway-pro/configurations

[![](resources/img/Screenshot 1 - Manage configuration.png)]()

Steps to use the plugin after installing:
-----------------------------------------

[](#steps-to-use-the-plugin-after-installing)

1. Manage configurations

    Once you install the plugin you will receive the ‘Manage Ingenico configuration’ screen in which you can manage all your Ingenico configurations. To create new configurations, simply click on the ‘+ New configuration’ button.

[![](resources/img/Screenshot 1 - Manage configuration.png)]()

2. Create configurations

    This is the create configuration screen, here you can add the required Ingenico account details like PSPID, Default currency, Post payment redirection, sha\_ap and sha\_bp.

[![](resources/img/Screenshot 2 - Add new configuration.png)]()

3. Activate/Deactivate Configurations

    From the ‘Manage Ingenico configuration’ page you can activate and deactivate the required configuration by clicking the ‘Activate’ or ‘Deactivate’ in the Activate/Deactivate column. Only one configuration can be active at a time.

[![](resources/img/Screenshot 1 - Manage configuration.png)]()

4. In order to test if your configuration is working properly, you can use the test payment functionality. Follow the next steps to achieve this goal:

- Click on the ‘Make test payment’ sub menu from the left navigation bar and fill in the dummy Order Id and Price fields
- Click on ‘Make payment’, this will redirect you to the Ingenico payment screen
- Select the required payment provider, add the payment details and confirm the payment
- After confirmation, you will be redirected to the defined post payment redirection page

[![](resources/img/Screenshot 3 - Make test payment.png)]()

5. User permissions

    In this section you can define the required permissions necessary for a user to have access.

[![](resources/img/Screenshot 4 - Permissions.png)]()

How to use (Programatically):
-----------------------------

[](#how-to-use-programatically)

1. Payment request Add the use statement to your class - use ipcraft\\ingenicogatewaypro\\IngenicoGatewayPro;

Access beginTransaction function and pass values Template order id, currency, price. As shown below -

$ingenicoService = IngenicoGatewayPro::$plugin-&gt;ingenicoGatewayProService;
$ingenicoService-&gt;beginTransaciton($orderId, $currency, $price);

[![](resources/img/Screenshot 5 - how to use.png)]()

2. Post payment handle transaction

- Once payment is done will send all the payment details trough the post payment redirection url // post-payment-redirection-url?orderID=XXXXXXXXXXX&amp;currency=EUR&amp;amount=XXXX&amp;PM=XXXXXXXX&amp;ACCEPTANCE=XXXXX&amp;STATUS=X&amp;CARDNO=XXXXXXXXXXXXXXXX&amp;ED=XXXX&amp;CN=XXXX&amp;PAYID=XXXXXXXXXXX&amp;NCERROR=X&amp;BRAND=XXXXX&amp;ECI=XX&amp;SHASIGN=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- You can get all the details as shown bellow

$data = $\_REQUEST;

$orderId = $data\['orderID'\];
$currency = $data\['currency'\];
$status = $data\['STATUS'\];
$cardNumber = $data\['CARDNO'\];
$paymentId = $data\['PAYID'\];
$brand = $data\['BRAND'\];
$error = $data\['NCERROR'\];

Support
-------

[](#support)

Get in touch with us via the mail [Ingenico gateway Pro Support mail](mailto:support-craftplugins@infanion.com) or by [creating a Github issue](https://github.com/infanion-plugins/ingenico-gateway-Pro/issues)

Roadmap
-------

[](#roadmap)

- Recurring payments
- Complete and partial refunds
- Webhooks

Brought to you by [Infanion](https://www.infanion.com/)

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

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

2

Last Release

1684d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fa050edef06d8f14f8181aa97ec005503a7af2c7dac86ed07010365daa49f3c9?d=identicon)[infanion-plugins](/maintainers/infanion-plugins)

---

Tags

cmsCraftcraftcmscraft-pluginingenico gateway pro

### Embed Badge

![Health badge](/badges/ip-craft-ingenico-gateway-pro/health.svg)

```
[![Health](https://phpackages.com/badges/ip-craft-ingenico-gateway-pro/health.svg)](https://phpackages.com/packages/ip-craft-ingenico-gateway-pro)
```

###  Alternatives

[enupal/stripe

Allows customers sign up for recurring and one-time payments with Stripe, perfect for orders, donations, subscriptions, and events. Create simple payment forms in seconds easily without coding. For Craft CMS 3.x

3416.5k1](/packages/enupal-stripe)

PHPackages © 2026

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