tpay-com/magento2-graphql

Tpay.com module which provides an GraphQL Mutations and Providers to handle payments

1.1.2 2024-04-25 11:47 UTC

This package is auto-updated.

Last update: 2024-04-29 09:40:10 UTC


README

Polish version of README

Basic information

Official module for fast online payments via Tpay on Magento 2 switch supporting GraphQl. The module is an extensible Magento2 module for Tpay. To manage with Magento 2 GraphQL, you need two modules: Magento2 basic and Magento2 GraphQL.

Requirements

Module installation via Composer

  1. Download the module files. In the main Magento folder, run the command:

    composer require tpay-com/magento2-graphql
    
  2. Turn on the module. In the main Magento folder, run the command:

    php bin/magento module:enable Tpay_Magento2GraphQl
    php bin/magento setup:upgrade
    php bin/magento setup:di:compile
    

Configuration URL addresses

In the module, you can add your own URL addresses to which the payer is to be redirected after paying. If there are no address settings, they will be replaced with the default URLs from the sales platform.

In the module configuration, you can configure URL addresses.

konfiguracja_adresow_w_graphql

  • Success URL - redirection to the URL after successful payment.

  • Error URL - Redirect to the URL if the payer abandons the transaction or encounters an error while trying to pay.

  • Notification URL - URL address to which a notification is sent from the Tpay system regarding the status of the transaction after payment.

Technical assistance

If you have any questions, please contact Tpay Customer Service at this link: https://tpay.com/kontakt

Changelog

Schema GraphQL