Magento V2 Guide
Requirements
- Create an account at Magento
- Magento Open Source version 2.2 or newer
Download & install the plugin
- Go to marketplace.magento.com and search for "Dintero Checkout"
- Click on
Add to cart
and proceed. (Login to your Magento account or create new account) - Click on
Place Order
- Click on
Install
- Click on
Create A New Access Key
, then enter some descripton for the keys - You will need both
public key
&private key
later. - Login to your Magento store as admin.
- Click on
System
- Click on
Web Setup Wizard
- Click on `Component Manager``
- Click on
Sign in to sync your Magento Marketplace purchases
- Enter your
private key
andpublic key
from step 6 from previous section and follow the guide to install Dintero Checkout plugin - In the list of modules, scroll down to
Dintero/hp
and click on linkìnstall
- Follow the steps in Magento to install the module. Remember to Backup your installation. (Dintero will not take any responsibility if something goes wrong!)
Configure the extension
You need to client id
, client secret
, account_id
and payment profile id
values from Dintero Backoffice. Here is guide to get the values needed
- Login to your Magento store as admin
- Click on
Stores
- Click on
Configuration
- Click on
Sales
(will expand with sub-meny) - Click on
Payment Methods
- Click on
Dintero HP
- Add your
account_id
,client id
,client secret
andpayment profile id
values from Dintero Backoffice.
Source code
You will find more information and source code in our Github repo. https://github.com/Dintero/Dintero.Checkout.Magento.V2