amazonpaymentservices / module-fort
amazonpaymentservices/module-fort
APS integration with payment gateway
Amazon Payment Services plugin for Magento
Amazon Payment Services plugin offers seamless payments for Magento platform merchants. If you don't have an APS account click here to sign up for Amazon Payment Services account.
Getting Started
We know that payment processing is critical to your business. With this plugin we aim to increase your payment processing capabilities. Do you have a business-critical questions? View our quick reference documentation for key insights covering payment acceptance, integration, and reporting.
Installation
Simply download it from Magento Marketplace
or
execute below command in your magento installation directory
composer require amazonpaymentservices/module-fort
Configuration and User Guide
You can download the archive file of the plugin and install it to Magento. Detailed guide is included in the repository here.
Payment Options
-
Integration Types
- Redirection
- Merchant Page
- Hosted Merchant Page
- Installments
- Embedded Hosted Installments
-
Payment methods
- Mastercard
- VISA
- American Express
- VISA Checkout
- valU
- mada
- Meeza
- KNET
- NAPS
- Apple Pay
- STCPay
- Tabby
- OmanNet
- Benefit
Changelog
| Plugin Version | Release Notes |
|---|---|
| 2.6.11 | * Fix - Subscription feature url fixes |
| 2.6.10 | * Fix - MariaDB 11.4 compatibility changes for updates, CSP allowlist for MP channel |
| 2.6.9 | * Fix - MariaDB 11.4 compatibility changes |
| 2.6.8 | * Fix - PHP8.4 compatibility and Signature verification enhancements. |
| 2.6.7 | * Fix - Pass storeCode to signature calcuation logic on refund. |
| 2.6.6 | * Fix - Use password input type to hide sensitive information. * Fix - Add StoreCode in refund request. |
| 2.6.5 | * Fix - Tabby fix for payment status. |
| 2.6.4 | * Fix - Magento compatibility updates. |
| 2.6.3 | * Fix - PHP7.3 functions are deprecated. PHP8.2 support is introduced. |
| 2.6.2 | * Fix - Additional columns are moved out from sales order to individual table * New - Configuration is added for order deletion when transactions are failed. * Fix - Refund amounts are not calculated, taken from Magento default function |
| 2.6.1 | * Fix - Webhook, Check status common internal function to cancel failed orders are updated with order getState method |
| 2.6.0 | * New - Benefit and OmanNet are added as a new payment options |
| 2.5.1 | * Fix - Webhook Handling * Fix - Cron check status to consider Success scenarios * Fix - Response handling to consider order cancellation only if order state is in list of failure or pending to avoid cancelling success cases. * Fix - ApplePay discount values fix |
| 2.5.0 | * New - Tabby is added as a new payment option |
| 2.4.9 | * Fix - SameSite cookie handling * Fix - ApplePay is now enabled with Magento payment option checkbox * Fix - Refund considers Base/Front currencies * Fix - STCPay to use order id which is enabled via configuration * Fix - PHP8.2 Compatibility changes |
| 2.4.8 | * Fix - jQuery deprecated size() function is replaced with length |
| 2.4.7 | * Fix - Shipping tax is considered for the refund calculation * Fix - ApplePay url validation is added * Fix - item id is considered during subscription product cancellation |
| 2.4.6 | * Fix - Notification endpoints to consider auth and purchase success status codes |
| 2.4.5 | * Fix - Remember me parameter is controlled by STCPay tokenization configuration |
| 2.4.4 | * Feature - Recurring functionality is controlled by configuration parameter |
| 2.4.3 | * Fix - ApplePay Sha type is collected from ApplePay config * New - ValuV2 Installment Plan details are added to confirmation screen |
| 2.4.2 | * Valu payment option is updated |
| 2.4.1 | * Fix - Compliance changes for Magento v2.4.5 |
| 2.4.0 | * STCPay is added as a new payment option |
| 2.3.0 | * Fix - Customer login mandatory for Subscription products * Fix - Invoice generation on child orders resolved * Fix - Failed orders not showing in subscription listing * Fix - Subscriptions listing not showing proper status * Fix - Country name issue with version dependency resolved * Fix - Shipping and billing region id issue resolved * Fix - Recurring cron issue for inactive products * Fix - Payment cron issue of Apple Code * Fix - Credit memo issue resolved * Fix - Mada bin changes |
| 2.2.3 | * Fix - Logout after redirection related to session is resolved * Fix - Apple Pay code simplification |
| 2.2.2 | * Fix - Namespace change * Fix - Shipping and tax calculation corrections in Apple Pay of Product / Cart pages * Fix - Back button click handling after a successful transaction |
| 2.2.1 | * Fix - Fixed Apple Pay floating point issue |
| 2.2.0 | * New - Installments are embedded in Debit/Credit Card payment option |
| 2.1.0 | * New - ApplePay is activated in Product and Cart pages |
| 2.0.0 | * New - Integrated payment options: MasterCard, Visa, AMEX, mada, Meeza, KNET, NAPS, Visa Checkout, ApplePay, valU * New - Tokenization is enabled for Debit/Credit Cards and Installments * New - Partial/Full Refund, Single/Multiple Capture and Void events are managed in order details |
API Documentation
This plugin has been implemented by using following API library
Further Questions
Have any questions? Just get in touch
License
Released under the MIT License.
No changelog yet
The vendor hasn't published a changelog. Tagged releases appear in the Versions tab.
| Version | Stability | QA Status | Compatibility | Released |
|---|---|---|---|---|
| 2.6.11 | stable | Fail | Not compatible Details | 2026-03-12 13:44:24 |
| 2.6.8 | stable | Not tested | Not yet tested Details | 2026-01-27 09:09:26 |
| 2.6.7 | stable | Not tested | Not yet tested Details | 2025-08-20 11:58:42 |
| 2.6.6 | stable | Not tested | Not yet tested Details | 2025-08-19 14:04:35 |
| 2.6.5 | stable | Not tested | Not yet tested Details | 2025-07-09 04:51:58 |
No dependencies declared
This package's composer.json doesn't declare any required, suggested, replaced, or conflicting packages.
Compatibility
Each Magento release line is installed on its supported PHP versions, then the module is built (DI compilation + static-content deploy) and its unit and integration suites are run. The matrix shows the lines and PHP versions the module is confirmed to install and run on. Code-quality results further down (phpstan, phpcs, …) are reported separately and never affect compatibility.
Code Quality
Advisory checks against the module's source. Static analysis runs once across the whole module; PHPStan re-runs per Magento + PHP version because resolvable symbols differ between releases. These NEVER affect the Compatibility badge — a phpcs finding can't make a module incompatible.
Static analysis
Coding standards (phpcs), mess detection (phpmd), copy-pasted code (cpd), PHP cross-version compatibility, composer.json validity. Each runs once for the whole module.
| Tool | Status | Findings | Summary |
|---|---|---|---|
| PHPCS | Warning | 1194 | 1194 warnings (ruleset: Magento2) — 370 auto-fixable with phpcbf |
| PHPMD | Warning | 284 | 284 rule violations (UndefinedVariable:121, UnusedFormalParameter:48, UnusedLocalVariable:37, IfStatementAssignment:17, CyclomaticComplexity:14) |
| Cpd | Warning | 29 | 29 duplicated chunks spanning 1100 total lines (min-lines=5, min-tokens=70) |
| Composer validate | Info | 1 | valid; 1 advisory note (composer validate --strict) |
PHPStan
Type-checks the module's PHP against a real Magento install at the configured gate level. Re-runs per Magento and PHP version because resolvable symbols differ between releases. Cell → details modal.
Tests
Unit and integration suites, run for each applicable Magento and PHP version. A test failure speaks to the module's behaviour, not its compatibility with a Magento line, so it is reported here separately and never reddens the compatibility matrix.
Unit tests
| Magento | PHP 8.2 | PHP 8.3 | PHP 8.4 | PHP 8.5 |
|---|---|---|---|---|
| 2.4.7 | N/A | N/A | ||
| 2.4.8 | N/A | N/A | ||
| 2.4.9 | N/A | N/A |
Integration tests
| Magento | PHP 8.2 | PHP 8.3 | PHP 8.4 | PHP 8.5 |
|---|---|---|---|---|
| 2.4.7 | N/A | N/A | ||
| 2.4.8 | N/A | N/A | ||
| 2.4.9 | N/A | N/A |
Security
Security checks run directly against the module: an audit of its declared dependencies for known vulnerabilities (composer audit) and a scan of its source for malware and web-shell signatures. Each runs once. A malware detection fails the version outright.
Turn an existing module into recurring revenue.
If you already maintain a Magento 2 module on GitHub or GitLab, listing it on Packagento takes about five minutes. We mirror your tags, handle distribution signing, and route paid licenses through Stripe Connect, so you can keep shipping the way you already do.