Skip to main content

Magento Extension

ONVO provides an extension for Magento sites. Use it to enable ONVO Pay payments in your e-commerce site.

Prerequisites

  • Magento 2.4.3 or later.
  • PHP 7.1 or later.
  • Secret key and publishable key from the ONVO Dashboard.

Install with Composer

From the console, go to the Magento project root and run:

composer require logeek-io/onvo-magento

Install by directory

Download the plugin and upload it to:

/app/code/ONVO/

Activation

Run the Magento commands:

bin/magento setup:upgrade
bin/magento setup:di:compile

Then open Stores -> Configuration -> Sales -> Payment Methods -> ONVO Pay and configure:

  • Secret key.
  • Publishable key.

Use test or live keys depending on the mode you want to operate.