Magento 2

  • Description: Seamlessly connect the Gateway with Magento 2.

Install Extension

1

Download the latest Source code zip file from the Payment Options GitHub ( Use the download Link : https://github.com/paymentoptions/magento2-extension ).

2

Extract the magento2-extension.zip.

3

Place the extracted files into app/code/Agtech/Paymentoptions/ folder under Magento root path

4

Check your Magento Mode: Run php bin/magento deploy:mode:show to find your mode If your Magento mode is “production”, please run the below commands:

  • php bin/magento cache:clean

  • php bin/magento cache:flush

  • php bin/magento setup:upgrade

  • php bin/magento setup:di:compile

  • php bin/magento setup:static-content:deploy

If your Magento mode is “default” (or) “developer”, please run the below commands:

  • php bin/magento setup:upgrade

  • php bin/magento setup:di:compile

  • php bin/magento setup:static-content:deploy -f

Configure Extension

1

Log in to your Magento Store Backend

2

Choose Stores on the Admin sidebar to the left. Now go to Settings > Configuration.

3

In the Configuration page, click on Sales on the left and choose Payment Methods

4

On the Payment Methods page, navigate to “Payment Options” Payment Section.

  • Enabled - select yes to enable the “Payment Options” Payment Method

  • Mode - select sandbox or live mode

  • Title - This title will show under the payment methods section on the checkout page of Magento

  • Access Token - Enter Your Secret Key received from Payment Options.

  • Merchant ID - Enter Your Merchant ID received from Payment Options.

  • Debug - select yes to enable the debug, this will log Payment Options API calls under var/log/debug.log file

  • Countries - Allow all countries or select specific countries to access this payment method

5

Click Save Config.

6

Refresh Magento Cache.

Front View

1

It will show on the checkout page under the payment Methods section

2

Select “Payment Options” payment option: It will show like below:

3

Click on “Place Order” Button: It will redirect you on payment page

4

Make payment using any of the options provided above.

5

After making a successful payment, it will redirect to the success page.

Admin View

Need Assistance?

If you need further assistance, please reach out to our support team. Our team is here to help you troubleshoot and resolve any issues you may be experiencing.