crediuspay/payment-gateway

Magento 2.x personal loans integration via Credius PAY.

Installs: 7 862

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:magento2-module

2.0.0 2021-07-21 17:18 UTC

This package is auto-updated.

Last update: 2024-09-22 00:22:33 UTC


README

About

  • Personal loans via credius.ro for Magento 2.x.

Requirements

You're going to need the Partner Code, API Key and Public Key from Credius.

Installation

Manual installation

Upload files to your Magento 2.x installation, inside the app/code/Credius/PaymentGateway folder.

Composer installation

Inside the Magento 2.x root run composer require crediuspay/payment-gateway

Activation of the module

Run the following after the installation:

    bin/magento module:enable Credius_PaymentGateway --clear-static-content
 
    bin/magento setup:upgrade
    
    bin/magento setup:di:compile
 
    bin/magento setup:static-content:deploy -f
 
    bin/magento cache:clean 

Setup

  • Go to your Magento dashboard.

    -> Stores
    -> Configuration
    -> Sales
    -> Payment Methods

  • Find Credius & setup the plugin using the API Key provided by Credius and the Callback Url as <domain>/credius/webhook/receiver

Support

Credius Support

  • Have questions? Please visit Credius.

Magento Support