Magento 2 Pay with Specta

Table of Contents

  1. Extension Installation Guide
  2. Configuration
  3. Specta Payment Method in Frontend
  4. Specta Payment Details in Sales Order View Backend
  1. Extension Installation
    • For Magento Marketplace Customers
      • Find the Composer name and version of the extension in the extension’s composer.json file.
      • Login to your SSH and run:
      • composer require meetanshi/magento-2-pay-with-specta
    • Enter your authentication keys. Your public key is your username; your private key is your password.
    • Wait for Composer to finish updating your project dependencies and make sure there aren’t any errors.
    • To verify that the extension installed properly, run the command:
      • php bin/magento module:status Meetanshi_Specta
          • By default, the extension is probably disabled.
          • Enable the extension and clear static view files:
      • php bin/magento module:enable Meetanshi_Specta --clear-static-content
      • php bin/magento setup:upgrade
      • For Magento version 2.0.x to 2.1.x - php bin/magento setup:static-content:deploy
      • For Magento version 2.2.x & above - php bin/magento setup:static-content:deploy –f
      • php bin/magento cache:flush

 

    • For Meetanshi Customers
      • Extract the zip folder and upload our extension to the root of your Magento 2 directory via FTP.
      • Login to your SSH and run below commands step by step:
        • php bin/magento setup:upgrade
        • For Magento version 2.0.x to 2.1.x - php bin/magento setup:static-content:deploy
        • For Magento version 2.2.x & above - php bin/magento setup:static-content:deploy –f
        • php bin/magento cache:flush

 

  1. Configuration
    For configuring the extension, login to Magento 2, move to Stores à Configuration à Sales à Payment Methods à Pay with Specta Online Hosted Payment – Meetanshi where you can find various settings to enable the extension.

 

  • Enabled: Enable Pay with Specta extension from here.
  • Title: Enter title for the Pay with Specta payment method to show in the frontend.
  • Show Pay with Specta Logo: Select YES to show Pay with Specta logo on the checkout page in frontend.
  • Sandbox Mode: Set YES to enable sandbox mode for the payment gateway.
  • Merchant ID: Enter the merchant ID received while registration with Specta.
  • API Key: Enter the API key received while registration with Specta.

 

    • Now from the sidebar, click on “Settings” where you can find API key.

 

  • Allow Auto Invoice: Set YES to auto generate invoice for the orders placed through Specta payment method.
  • Order Status: Set status for the new orders placed through Specta payment method.
  • Payment from Applicable Countries: Select all or selected countries to allow payments using Specta.
  • Payment from Selected Countries: If you have set selected countries from the above option, select the countries to allow payments using Specta.
  • Additional Information: Enter additional information to show on the checkout page in the frontend.
  • Debug: Select YES to enable debug.
  • Sort Order: Enter sort order of the Specta payment method.

 

  1. Specta Payment Method in Frontend
    Once the extension is configured, the Specta payment method can be seen enabled in the frontend. Simply add products to cart and go to the checkout, select the payment method, click “Place Order” button to get redirected to the Specta hosted payment page to complete the payment and place order successfully.

 

  • On click of “Place Order” button, the user gets redirected to the Specta hosted payment page where he requires to enter Specta ID and click the button to proceed further.

 

  • Specta Tenor Selection
    The user is asked to select the repayment tenor in months and click to confirm the order.

 

  • Specta Payment Terms and Conditions
    The user has to agree to the payment terms and conditions after checking the payment details and click on “Pay with Specta – Pay in Installments” button to proceed further.

     

 

  • Payment Verification through OTP
    The user has to enter one time password to verify the payment and place the order successfully.



     
  • Specta Payment Details in Customer’s My Account Section
    Immediately after the order is placed, the Specta Payment details can be seen in My Orders > Order View under the customer’s My Account section.

  1. Specta Payment Details in Sales Order View Backend

Apart from the customer’s My Account section, the admin can also see Specta payment details from the Sales à Orders à Order View section in the backend.