Developer Docs
  • 👋Get Started
  • Add Payment Methods in Optty
  • Custom API | Headless
    • 🖥️Direct API Integration
      • Environments
      • Order Flow
      • 1️⃣Create Access Token
      • 2️⃣Get APM Options
      • 3️⃣Create Order
      • 4️⃣Handle Payment Response
      • 5️⃣Refund Order
      • 🔥Handling Exceptions
  • Platforms
    • ◾BigCommerce
      • 🚀Activate Optty
      • ⚡Add Optty Widgets
        • 1️⃣Install the App
        • 2️⃣Create Widget Token
        • 3️⃣Edit Your Template
        • 4️⃣Widget Configuration
      • 💳Refunds
    • Magento 2
      • Install Optty Module
      • Configure the Optty Extension
      • One Step Checkout
    • Salesforce Commerce Cloud
      • Component Overview
      • Implementation Guide
      • Operation and Management
      • User Guide
    • 🟪WooCommerce
      • 🚀Install Optty
      • ⚡Setup Widgets
      • 💳Refunds
  • Widget
    • Widget Setup and Integration
    • Create Order Widget Integration
    • Handle Order Payment Widget Integration
  • API References
    • Create Order
      • Create Order Response
    • Refund Order
    • Void Order
    • Capture Order
    • Transaction Details
    • Create Customer Session
    • Best Practice
  • Go Live
  • Universal Payment Platform
    • Support Articles
Powered by GitBook
On this page
  • Step 1 Module Installation
  • Install the Optty extension via Magento official Marketplace
  • Install it manually by loading the Optty files into your server.
  1. Platforms
  2. Magento 2

Install Optty Module

PreviousMagento 2NextConfigure the Optty Extension

Last updated 2 years ago

Step 1 Module Installation

If you do not currently have an Optty merchant account, sign up with Optty & receive your login credentials here.

Install the Optty extension via Magento official Marketplace

https://marketplace.magento.com/optty-magento2-module-payment.html 

OR

Install it manually by loading the Optty files into your server.

Please reach out to support@optty.com to get the extension file for manual install.

  1. Unzip the Optty Module and copy the files to your Magento directory (Magento_Dir)/app/code/

2. Execute Magento setup upgrade:

bin/magento setup:upgrade

3. Clean the cache and generated code:

bin/magento cache:clean

rm -rf var/generation/*

4. Run magento compiler to generate auto-generated classes (this will take some time ...) :

bin/magento setup:di:compile