Skip to main content

Magento V2 Guide

Requirements

  • Create an account at Magento
  • Magento Open Source version 2.2 or newer

Download & install the plugin

  1. Go to marketplace.magento.com and search for "Dintero Checkout"
  2. Click on Add to cart and proceed. (Login to your Magento account or create new account)
  3. Click on Place Order
  4. Click on Install
  5. Click on Create A New Access Key, then enter some descripton for the keys
  6. You will need both public key & private key later.
  7. Login to your Magento store as admin.
  8. Click on System
  9. Click on Web Setup Wizard
  10. Click on `Component Manager``
  11. Click on Sign in to sync your Magento Marketplace purchases
  12. Enter your private keyand public key from step 6 from previous section and follow the guide to install Dintero Checkout plugin
  13. In the list of modules, scroll down to Dintero/hp and click on link ìnstall
  14. 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

  1. Login to your Magento store as admin
  2. Click on Stores
  3. Click on Configuration
  4. Click on Sales (will expand with sub-meny)
  5. Click on Payment Methods
  6. Click on Dintero HP
  7. Add your account_id,client id, client secret and payment 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