JCC PAYMENT SYSTEMS

Magento/Magento_2.4.x/mod.payment_gateway

Information


The module allows you to use the payment gateway JCC PAYMENT SYSTEMS to accept payments by bank cards.

Module version


Cannot determine module version: repository unavailable.

System requirements


  • PHP 8.2, 8.1
  • cURL extension
  • Magento 2.4.x or higher (the module was tested with version 2.4.6-p2)

Installation (from zip file)


  1. Unzip the module to some folder on your desktop
  2. Log in to your Magento store server as the Magento filesystem owner and navigate to the Magento Home directory
  3. Create a directory {path_to_magento_store}/app/code/JCC/JCCGateway/ and change directory to the new directory
  4. Move the all module files from Upload folder to {path_to_magento_store}/app/code/JCC/JCCGateway/
  5. Command line
    1. To enable the module on the command line change directory to the Magento Home directory. Ensure you are logged in as the Magento filesystem owner
    2. Verify that JCC_JCCGateway is listed and shows as disabled: bin/magento module:status
    3. Enable the module with: bin/magento module:enable JCC_JCCGateway
    4. Then we need to ensure the configuration tasks are run: bin/magento setup:upgrade
    5. After setup upgrade, run compile command: bin/magento setup:di:compile
    6. Finally on the command line to clear Magento's cache run: bin/magento cache:clean

Once this has been completed log in to the Magento Admin panel and proceed to Configuring the Module

Module configuration


  1. Login to Magento backend.
  2. Go to Stores > Configuration > Sales -> Payment Methods > method Direct payment with credit/debit card

    The following screen will display

    Description of payment method settings fields

    Depending on the module version, the settings may include either the Login-API and Password fields or a single Token-API field.

    Setting Description Availability
    Module status Enables or disables the payment method. May be absent
    Payment method name Name of the payment method, e.g., Bank Card. May be absent
    Login-API API login. Enter a test login in test mode and a production login for real payments. Present if Token-API is not used
    Password API account password. Enter a test password in test mode and a production password for real payments. Present if Token-API is not used
    Token-API API access token. If this field is present, login and password are not required. Present if Login-API and Password are not used
    Payment staging Enables or disables two-step payments. Always present
    Test mode Selects the operating mode: test or production. Always present
    Payment description The text displayed to the customer. May be absent
    Paid order status The order status after a successful payment. May be absent
    Success URL The URL to redirect the customer to after a successful payment. May be absent
    Fail URL The URL to redirect the customer to after a failed payment. May be absent
    Shipping method restrictions Defines which shipping methods allow this payment method. May be absent
Save Changes

Document date modification: 01/02/2025 07:58