Postpay Payment Gateway for Magento 2.
The recommended way to install postpay is through Composer:
composer require postpay/magento2
Register the extension:
bin/magento setup:upgrade
Recompile your Magento project:
bin/magento setup:di:compile
Clean the cache:
bin/magento cache:clean