tendopay/tendopay-payment

TendoPay works as a payment method and allows users to spread their purchase across multiple instalments. User instalment payments are clearly visible with no hidden or additional fees. Application to TendoPay is quick, a user can get approved within 24 hours. Also users can manage their account fro

dev-master 2022-04-19 22:37 UTC

This package is not auto-updated.

Last update: 2024-10-13 08:54:33 UTC


README

Step 1: Add TendoPay Module to Magento

Copy the files of this module into <Magento root directory>/app/code/TendoPay/TendopayPayment

Step 2: Enable Magento 2 Module in terminal

Run the commands below to make sure the module is added and activated.

php bin/magento setup:upgrade
php bin/magento setup:di:compile

Step 3: Run the command below

php bin/magento s:d:c

Step 4: Add client_id and client_secret to Magento Config

Ensure TendoPay module has been activated. Create a V2 API in your TendoPay Merchant Dashboard by navigating to Apps page and generating a V2 client_id and client_secret.

In your Magento Dashboard, navigate to Stores > Configuration > Sales > Payment Methods > TendoPay - Buy now, pay later with TendoPay. Enter the correct client_id and client_secret.

Flush Magento cache and you should be all set. Happy shopping