Download the PHP package qwicpay/qwicpay-magento2-checkout without Composer

On this page you can find all versions of the php package qwicpay/qwicpay-magento2-checkout. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package qwicpay-magento2-checkout

QwicPay Magento 2 Checkout Integration

This guide provides step-by-step instructions for developers to install, configure, and activate the QwicPay Instant Checkout module for Magento 2.


🔧 Installation

  1. Login to your Magento Server
  2. Navigate to your Magento root directory

  3. Require the QwicPay module via Composer:

  4. Enable the QwicPay module:

    You should see:

  5. Upgrade the setup:

  6. Compile Magento (this may take several minutes):

⚙️ Configuration

  1. Go to your Magento Admin Panel
  2. Navigate to:
    StoresConfigurationSalesQwicPay

  3. Enter your Merchant ID,
    Choose your preferred Button Style,
    Then click Save Config

  4. Magento may prompt you to Flush Cache.

✅ The QwicPay Checkout Button Block should now be available under Content → Blocks


🔄 Changing Button Style

When updating the QwicPay Button Style in:

Stores → Configuration → Sales → QwicPay

Magento may prompt you to Flush Cache after saving your changes. To proceed, click the Flush Magento Cache button to ensure your updates are applied.


🔐 Activate Integration

  1. Navigate to:
    SystemIntegrationsAdd New Integration

  2. Fill in the following under Integration Info:

    • Name:
      QwicPay
    • Email:
      [email protected]
    • Callback URL:
      https://ice.qwicpay.com/app/magento/auth/callback
    • Identity Link URL:
      https://ice.qwicpay.com/app/magento/auth/link
  3. Under API Permissions, set:

    • Resource Access: Custom
      • Sales
      • Catalog
      • Carts
      • Reports
      • Stores
  4. Click Save
    You should now see the integration listed with a status of Inactive

  5. Click Activate → then click Allow

  6. A QwicPay popup will appear - enter the Merchant ID provided to you.

  7. Click Link to QwicPay
    Ensure the integration status updates to Active

🛒 Add QwicPay to Cart Page / Drawer

⚠️ As we do not have access to your theme or custom code, please ensure the following:


🚦 Final Steps


📊 Access QwicPay Merchant Portal from Admin

You can now access your QwicPay Merchant Access Portal directly from the Magento Admin Panel:

Navigate to: Admin Page → Navbar → QwicPay → Dashboard

This will take you directly to your merchant dashboard where you can your manage your QwicPay transactions.


For any issues or assistance, please reach out to: [email protected]


All versions of qwicpay-magento2-checkout with dependencies

PHP Build Version
Package Version
Requires php Version >=7.3
magento/framework Version >=102.0.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package qwicpay/qwicpay-magento2-checkout contains the following files

Loading the files please wait ....