Stable v452.x-dev

Magento2basic

tpaycom/magento2basic

Integrates Tpay payment gateway with Magento 2, enabling online payments via e-transfer, BLIK, cards, and more. Supports refunds from the admin panel and currencies other than PLN via cards.

48,850
Downloads
Below average
2
GitHub Stars
Below average
11mo ago
Last Release
1
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
18 errors , 518 warnings
PHPStan Failed

Tested on Magento 2.4.8-p3

Recent Test History

Each release is tested against the latest Magento version at that time.

v452.x-dev on Magento 2.4.8-p3
Dec 26, 2025
GitHub Repository
Source code & docs
Packagist
Version history
Issues & Support
Get help or report bugs

Share This Module's Status

Magento2basic Magento compatibility status badge

README

Loaded from GitHub

Tpay Payment Module for Magento 2

Polish version of README

Basic information

The official module for quick online payments via Tpay on the Magento 2 platform.

Functions

  • Many payment methods: e-transfer, BLIK, card payments, installments and buy now pay later.
  • The highest security standards: PCI DSS Level 1, TLS encryption, KIP status
  • Returns made from the admin store panel
  • Support for currencies other than PLN via payment cards
  • Possibility to use a Sandbox account (from module version: 2.0.0)

Requirements

  • Shop with available currency: Polish Zloty (PLN)
  • Composer on the server
  • Active account at Tpay.com
  • Account access to Open API enabled

Module version from 2.0.0

  • Magento version from 2.3.0
  • PHP version compliant with the requirements of the sales platform

Module version up to 2.0.0

  • Magento version from 2.0.0
  • PHP version compliant with the requirements of the sales platform

Module installation via Composer

  1. Download the Tpay module. In the main Magento folder, enter the command:

    composer require tpaycom/magento2basic
    
  2. Turn on the Tpay module. In the main Magento folder, enter the command:

    php bin/magento module:enable Tpay_Magento2
    php bin/magento setup:upgrade
    php bin/magento setup:di:compile
    php bin/magento setup:static-content:deploy
    
  3. Configure module in admin panel: Stores -> Configuration -> Payment Methods -> tpay.com.

Payment gateway configuration

Configuration of returns from the administration panel

Configuration of support for currencies other than PLN

GraphQL support

It is possible to integrate this solution with our plugin. You can find the repository here.

Hyvä Checkout support

If you are using Hyvä Checkout additional compatybility module is required. You can find the repository here

Technical assistance

If you have additional questions, please contact the Tpay Customer Service Department at this link

Changelog

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.

Back to All Modules