Magento
  • 23 Sep 2024
  • 1 Minute to read

Magento


Article summary

What is Magento?

Magento is an open-source eCommerce platform. It is used to create and manage online stores, offering advanced customization, full control over design, product management, and payment processing. It is ideal for companies that need scalable and flexible solutions for their eCommerce.

Magento Integration Guide

To integrate OrkestaPay with the Magento platform, you need to follow the steps below:

1. Register an account

You need to have an OrkestaPay merchant account to carry out the integration.

2. Copy integration credentials

Once registered, go to the Developers section in the sidebar menu. Copy and save the displayed credentials; you will need to enter them later in the plugin configuration screen.

3. Magento Module Installation

To install the module in your Magento installation you need to enter the command terminal and execute the following commands in the root of your project.

composer require orkestapay/magento-cards
bin/magento module:enable Orkestapay_Cards --clear-static-content
bin/magento setup:upgrade
bin/magento cache:clean

Explanation:

  • composer require orkestapay/magento-cards: This command uses Composer, which is a dependency manager for PHP. This command downloads and installs the module package from the Composer repository.

  • bin/magento module:enable Orkestapay_Cards --clear-static-content: This command enables the module in Magento and deletes cached static content such as pre-generated CSS, JS, and HTML files.

  • bin/magento setup:upgrade: Runs the installation or upgrade scripts that the module defines.

  • bin/magento cache:clean: Clears the cached Magento data so that recent changes are reflected correctly.

4. Module Configuration

To configure the OrkestaPay module on your Magento platform, you will need to enter the backoffice of your store and go to: Stores > Configuration > Sales > Payment methods.

Search for the payment method under the name OrkestaPay and capture the credentials you obtained in the step 2.

Note

We recommend that you initially enable sandbox mode to make test payments and verify the correct operation of your store.


Was this article helpful?