- Tamara payment for Magento 2.2
- Tamara payment for Magento 2.3 & 2.4
This extension allows you to use tamara as a payment gateway in your Magento store.
composer require tamara-solution/magento:~1.0
php bin/magento module:enable Tamara_Checkout
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:flush
-
Create folder called Tamara/Checkout in [ROOT]/app/code/
-
Download and extract files from this github repository to the folder.
-
Open the command line interface.
-
Run the following command to install our php sdk:
composer require tamara-solution/php-sdk
- Enable Tamara Checkout by running below command:
php bin/magento module:enable Tamara_Checkout
Magento setup upgrade:
php bin/magento setup:upgrade
Magento Dependencies Injection Compile:
php bin/magento setup:di:compile
Magento Static Content deployment:
php bin/magento setup:static-content:deploy
- Flush cache
php bin/magento cache:flush
Login to your Magento Admin
Navigate to Store > Configuration > Sales > Payment Methods > Tamara Checkout
See full instructions here https://docs.tamara.co/docs/magento-configuration
Set the API URL that you get from us for example for SANDBOX https://api-sandbox.tamara.co
Set the API Token that you get from us
Set the Notification Token that you get from us
Link to tamara introduction page, this link will be attached onto the tamara payment image that's displayed next to the payment title on the checkout page. Please put https://www.tamara.co
Link login tamara for the customer, this link will be attached onto the tamara customer profile logo after redirecting back from tamara checkout for success case. Please put https://app.tamara.co
Enable trigger to Tamara, this option will allow you to automatically trigger Capture, Refund or Cancellation to tamara when you perform corresponding action with Magento or not. If disabled, you have to integrate with our API directly.
Here you can specify which statuses you want to update for the order in case of success, failure or cancel from tamara