Aman Magento Plugin

Using a Magento store to run your business? Start collecting payments through Aman by using our Magento plugin. Your customers can use any supported payment method on your Magento store thanks to a plugin. If you carefully follow the instructions in this guide, your Magento business will be able to begin receiving payments through a variety of payment channels.

Before you start

The procedure of integrating Aman payments with Magento plugins is simple. There is no requirement for very advanced development abilities.

Ensure that the following compatibility list is met for a flawless connection.

item compatible version References
Magento 2.3.4 or higher magento.com
PHP version 7.3 or higher magento.com

Installation

The methods for installing the Aman Magento plugin are shown in this document. In order to integrate the Aman plugin with your Magento online store, please pay strict attention to these instructions.

  1. Download the plugin.
  2. Extract the zip file into MagentoHomeDir/app/code folder.
  3. Go to the root directory of your Magento app by opening a terminal. Next, execute the subsequent instructions in that order:
  4.     php bin/magento setup:upgrade
        php bin/magento cache:flush
        php bin/magento cache:clean
                        
    if Magento is operating in production mode, The static files for the module must also be compiled and deployed:
        php bin/magento setup:di:compile
        php bin/magento setup:static-content:deploy
                
  5. Congratulations! You've successfully installed and enabled the Magento Aman plugin. Aman payment methods should be installed when you navigate to Stores->Configuration->Sales->Payment Methods in your Magento admin panel.
  6. Magento 2 plugin activated feedback message screenshot

Setup and Configuration

  1. Configure the country information where the store is located by selecting GENERAL -> General -> Country Options.
  2. To configure the currency, click GENERAL->Currency Setup. From there, choose the appropriate currency on the configure currency page.
  3. In your Magento admin panel, Payment Methods can be found under Stores->Configuration->Sales->Payment Methods.
  4. After entering the payment details, click Configure.Then, click Save Config to save the changes.
  5. Please complete the fields on the "Configuration" page according to the guidelines in the following table:
  6. field description example
    Enable Controls weather Aman can be used as a checkout payment method Yes/No
    Environment Controls weather Aman is running in production or Sandbox mode. Production/Sandbox
    Merchant ID (Sandbox) Your Sandbox merchant ID you should have received it after creating an account. 281821060121381
    Secret Key (Sandbox) Your Sandbox Secret key you should have received it after creating an account. Secret Key
    Public Key (Sandbox) Your Sandbox Public key you should have received it after creating an account. Public Key
    Secret Key (Production) Your Sandbox Secret key you should have received it after creating an account. Secret Key
    Public Key (Production) Your Sandbox Public key you should have received it after creating an account. Public Key
    callback URL (Read Only) Your Read Only callback URL over which the plugin listens to payment callback notifications. https://your-call-back-url
  7. Choose Yes in the Enabled select box to activate the Aman plugin.
  8. After finishing, select the "Save Changes" button.

What's Next?

ON THIS PAGE