Skip to main content
Magento

Achteraf betalen van ABN AMRO

Payment plugin for Magento 2.3.3+

To make the integration process as easy as possible for you, we offer an easy integration using this Magento 2 Plugin. Before you start up the installation process, we recommend that you make a backup of your webshop files, as well as the database.


Installation via Zip file

  1. Unzip the contents of the plugin
unzip magento-abn-plugin -d app/code/ABN/Gateway
  1. Once completed run the Magento module enable command:
php bin/magento module:enable ABN_Gateway
  1. After that run the Magento upgrade and clean the caches:
php bin/magento setup:upgrade
php bin/magento cache:flush
  1. If Magento is running in production mode you also need to redeploy the static content:
php bin/magento setup:static-content:deploy
  1. After the installation: Go to your Magento admin portal and open Stores → Configuration → Sales → Payment Method → ABN AMRO

Configuration

The configuration of the Achteraf betalen by ABN AMRO plugin is split into 3 parts:

  • General: Setting your checkout environment and API credentials
  • Payment: Controls if the plugin is enabled on your checkout as well as optional UI fields
  • Search: Enabling the ABN AMRO address autocomplete

Screenshot of Magento backend showing ABN AMRO configuration tabs


General Config Settings

Screenshot of Magento backend showing ABN AMRO configuration General tab

FieldDefaultDescription
EnvironmentSandboxAllows you to choose between the sandbox and production environments. The sandbox environment is exclusively for testing and does not involve any real funds unlike production.
UsernameNAProvided username that is required to use the plugin.
API keyNAThe API key is required to authorise the plugin. The sandbox API key can be found in your merchant portal after you have signed up. Your production keys can also later be accessed here.
CredentialsNAAutomated check to let you know if the credentials you are using are correct.
Debug ModeYesThe debug mode enables writing to the error logs. Debug mode should only be enabled when the sandbox environment is active.

Payment Config Settings

Screenshot of Magento backend showing ABN AMRO configuration Payment tab

Screenshot of Magento backend showing ABN AMRO configuration Payment tab

FieldDefaultDescription
Enable payment methodNoWhether to show the payment option in the checkout page.
TitleBusiness invoice in 30 daysDescriptive title which gives the buyer a better understanding of the payment option.
Fulfilment TriggerNAFulfilment can be triggered by either initializing shipping or submitting an invoice in Magento admin. Fulfilment is an internal order state used to define and track the order journey.
Sort OrderNAThe order in which the payment option appears.
Allow To Applicable CountriesNAEnables the payment option only for specific countries.
Enable order intentYesPerform a check during checkout to inform the buyer whether an order is likely to be accepted before being placed (recommended).
Enable tax subtotalsYesAdd optional tax_subtotals metadata to order creation payload to enforce additional validation (recommended).
Add department fieldOn billing pageOptional field which enables the buyer to register the department the purchase is connected to.
Add order note fieldYesOptional field which enables the buyer to register a note to the merchant.
Add project fieldYesOptional field which enables the buyer to register the project the purchase is connected to.
Add PO number fieldNoOptional field which enables the buyer to register their purchase order number.

Search Config Settings

Screenshot of Magento backend showing ABN AMRO configuration Search tab

FieldDefaultDescription
Enable company searchYesAdds a searchable company name input field on shipping details page where the buyer can select their company from a dropdown menu.
Enable address searchYesAutocomplete address based on selected country and company.

Complete & Apply Changes

In the Admin interface, navigate to System → Tools → Cache Management → Flush Cache.

Alternatively, run the following in the command line:

php bin/magento cache:flush

Achteraf betalen by ABN AMRO is now ready to use!


Need Help?

Contact us via email: integration@two.inc