Adobe
Install Guide

Install Guide

These are installation steps to set up the Tiptop Payment Method module in your Magento 2 (Adobe Commerce) store.

To install the Tiptop Payment Method module in Magento 2 (Adobe Commerce), follow these steps:

  1. Get the Extension: Download the Tiptop module from the Adobe Commerce Marketplace (or other source).
  2. Enable Maintenance Mode:
bin/magento maintenance:enable
  1. Install the Module:

If using Composer:

composer require tiptop/module-paymentgateway

If manually: Put the extension files at app/code/Tiptop/PaymentGateway. 4. Run Setup Commands:

bin/magento setup:upgrade && php bin/magento
setup:di:compile && php bin/magento
setup:static-content:deploy -f
 
bin/magento cache:clean
bin/magento maintenance:disable
  1. Verify the module in the admin panel and configure as needed.