forpsyte / magento2-module-securionpay
SecurionPay payment gateway module for Magento 2
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: >=7.0.0
- magento/framework: >=101.0.0
- securionpay/securionpay-php: ^2.2.0
This package is auto-updated.
Last update: 2025-05-22 06:01:09 UTC
README
Module Forpsyte\SecurionPay implements integration with the SecurionPay payment system.
Overview
This module implements integration with SecurionPay payment system via Custom Form or the Checkout solution provided by SecurionPay.
Available Payment Methods
- Credit Card
- Visa
- Mastercard
- American Express
- Discover
- JCB
- Diners
- Maestro International
Features
- SecurionPay custom form payment method
- SecurionPay checkout payment method
- 3D Secure payment services
- Stored payment methods for customers
- Fraud detection
Installation
Composer (Recommended)
In your Magento 2 root directory run
composer require forpsyte/magento2-module-securionpay
php bin/magento module:enable Forpsyte_SecurionPay
php bin/magento setup:upgrade
Manual
In your Magento 2 root directory run
git clone https://github.com/forpsyte/securionpay.git app/code/Forpsyte/SecurionPay
composer require securionpay/securionpay-php:^2.2.0
php bin/magento module:enable Forpsyte_SecurionPay
php bin/magento setup:upgrade
Configuration
The configuration can be found in the Magento 2 admin panel under
Store->Configuration->Sales->Payment Methods->SecurionPay
Magento Version Support
Module Version | Magento Version |
---|---|
v1.x.x | v2.3.x, v2.4.x |
Demo Site
A demo site is available for this module. Use the test cards below when making a payment. Click here for a full list of the test cards.
Test card numbers
Card number | Card type |
---|---|
4012000100000007 | Visa |
5555555555554444 | MasterCard |
6759649826438453 | Maestro |
378282246310005 | American Express |
6011000990139424 | Discover |
30569309025904 | Diners Club |
3530111333300000 | JCB |