Adobe Commerce
Here you can find Adobe Commerce plugin installation process and usage details
Installing the extension
Paytiko's extension for Adobe Commerce is available on GitHub and is connected to Packagist. You can easily include it in your project through Composer. Before you begin, make sure that you have Composer installed.
Option 1
In your command-line tool, go to the Adobe Commerce root folder and run the following commands:
composer require paytiko/paytikopayments
bin/magento module:enable Paytiko_PaytikoPayments
bin/magento setup:upgrade
Option 2
If you want to install all packages for the first time and add Paytiko plugin, then you can edit composer.json
file, based inside your root folder, and add the next line into require
section:
"paytiko/paytikopayments": "^1.0"
In your command-line tool, go to the Adobe Commerce root folder and run the following commands:
composer install
bin/magento module:enable Paytiko_PaytikoPayments
bin/magento setup:upgrade
If your Adobe Commerce website is in production mode, recompile DI using:
bin/magento setup:di:compile
Enabling and configuring the extension
To configure the extension, log into your Adobe Commerce admin panel.
In the left navigation bar, go to
Stores
>Configuration
.Illustration 2.1 In the menu, go to
Sales
>Payment Methods
.Illustration 2.1 Scroll down until you see the
Paytiko
inside theOther Payments Methods
section on the right. Enable the extension and fill out the following fields:Illustration 3.1 Title: this text will be visible to your customers in payment methods selection Payment Mode: the extension will be used for testing or live environment Payment Dialog: this option switches the behavior of the payment process, it has two options: open the payment system inside a popup and another option is redirection to the host page with the payment system Paytiko Descriptor: text from this field will be shown inside the payment system, it is intended for additional information, you also can use shortcodes to provide dynamic information: -
{client_fullname}
- client full name -{email}
- client email -{shop_url}
-shop URL -{order}
- order number -{shop_name}
- name of your store Activation & API keys: get those from your account manager or in your Paytiko's system dashboard
Plugin Activation
Login into your
Paytiko Dashboard
Go To:
Payment Settings
>Merchants
>Plugin Activation

Choose
WooCommerce
and clickContinue

Copy the
Activation Key
to the clipboard and make sure to click "Activate" for the key to become valid.

Click
pencil
icon from the right, here you can getSecret Key
Illustration 5.1 Now put these codes into related fields:
Activation Key
->Activation Key Sercet Key
->API Key
Press
Activate
button and pressSave Config
button in the header
Last updated
Was this helpful?