IppoPay
  • Introduction
  • Client Side Integration
  • Javascript Integration
  • React JS
  • Angular JS
  • PHP Integration
  • Server Side Integrations
    • REST API
    • PHP Client
    • Node JS SDK
  • eCommerce Integrations
    • WooCommerce
    • Opencart
    • PrestaShop
    • Magento
  • Mobile SDK Integrations
  • Android SDK
  • iOS SDK
  • Flutter
  • UPI Intent (Self Hosted)
  • Payouts
    • Account
    • Beneficiary
    • Transfers
Powered by GitBook
On this page
  • Prerequisites
  • Integration Steps
  • Step 1: Install Extension
  • Step 2: Configure Magento Store
  • Step 3: Accept Live Payments

Was this helpful?

  1. eCommerce Integrations

Magento

You can integrate IppoPay Payment Gateway with your Magento Store to accept payments from customers. It supports for Magento 2.x version.

PreviousPrestaShopNextAndroid SDK

Last updated 3 years ago

Was this helpful?

Prerequisites

  • Sign up for a IppoPay account.

  • Generate the API keys from the by navigating to Settings and then API Keys. You can use the Test mode keys for testing and later switch to Live mode keys when going live with the integration.

Integration Steps

Step 1: Install Extension

Installation Without Composer

  • Download the code.zip file from the . Extract the zip.

  • Place the code folder from Step 1 in your app folder. If you're performing an update, replace/overwrite the existing code folder.

  • Enable and deploy the IppoPay module using commands

    • bin/magento module:enable Ippopay_PaymentGatway

    • bin/magento setup:upgrade

    • bin/magento cache:flush

Step 2: Configure Magento Store

To configure your Magento store for IppoPay Payments

  1. Log into your Magento store.

  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. In the Payment Methods page, navigate to IppoPay.

  5. Select Yes for the option Enabled.

  6. Click Save Config. This activates your account in the Test Mode. You can use this account to make a few test payments to ensure a successful workflow.

Note: In test mode, no real money is deducted from your account.

Step 3: Accept Live Payments

After testing your Magento store, when you are ready to accept live payments:

  1. Enter the Live mode [PUBLIC_KEY] and [SECRET_KEY] in your Magento store.

Enter your test mode [PUBLIC_KEY] and [SECRET_KEY]. These can be generated from your .

in the Live mode on your IppoPay Dashboard.

IppoPay Dashboard
latest release
Dashboard
Generate the [PUBLIC_KEY] and [SECRET_KEY]